History log of /frameworks/base/core/tests/coretests/src/android/app/InstrumentationTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d733ec3b28ded8d2d4f6ab0498bc66a207cb6ad7 25-Apr-2012 Brett Chabot <brettchabot@android.com> Prevent binder flooding when sending instrumentation status.

There is a long standing bug in the InstrumentationTestRunner where executing
many fast-running tests causes it to hang with 'FAILED BINDER TRANSACTION'
messages in the logs.

This commit changes the Instrumentation status updates to be sent synchronously.

Bug 1796494

Change-Id: Ifd1af31158353d727bd88283eaeb90933ba1a3ca
/frameworks/base/core/tests/coretests/src/android/app/InstrumentationTest.java