DescriptionRun APK tests on the main thread.
Many tests rely on being run on the main thread. In this CL we post a delayed task to run tests on the main
thread and do not block in onCreate(). This can cause ANR if the main test activity receives a touch event, but this should not happen.
BUG=125059
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144038
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressed comments. #Messages
Total messages: 5 (0 generated)
|