Loading tests/DumpRenderTree/src/com/android/dumprendertree/LoadTestsAutoTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,10 @@ public class LoadTestsAutoTest extends ActivityInstrumentationTestCase2<TestShel runTestAndWaitUntilDone(activity, runner.mTestPath, runner.mTimeoutInMillis); activity.clearCache(); try { Thread.sleep(5000); } catch (InterruptedException e) { } dumpMemoryInfo(); // Kill activity Loading Loading
tests/DumpRenderTree/src/com/android/dumprendertree/LoadTestsAutoTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,10 @@ public class LoadTestsAutoTest extends ActivityInstrumentationTestCase2<TestShel runTestAndWaitUntilDone(activity, runner.mTestPath, runner.mTimeoutInMillis); activity.clearCache(); try { Thread.sleep(5000); } catch (InterruptedException e) { } dumpMemoryInfo(); // Kill activity Loading