commit | 3761f33387f980d7a6c6e06555a5a932ba7247a2 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Fri Mar 16 15:46:46 2012 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Fri Mar 16 15:46:46 2012 -0700 |
tree | 71fb5b2c5fb7ac9a983e8075995d71514fbca620 | |
parent | f9f1d066785a829c4906b0f31580b31b30892ad7 [diff] |
Move StrictMode timers to postAtFrontOfQueue(). StrictMode posts a message to estimate how long the main thread was blocked during a violation. Currently, any pending messages are counted against the violation. To avoid this, switch to using postAtFrontOfQueue(). Bug: 6119289 Change-Id: I94530632ca678b78b75a698cf9193641b102be9a