Loading tests/DumpRenderTree/src/com/android/dumprendertree/LoadTestsAutoTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ public class LoadTestsAutoTest extends ActivityInstrumentationTestCase2<TestShel // Run tests runTestAndWaitUntilDone(activity, runner.mTestPath, runner.mTimeoutInMillis); activity.clearCache(); dumpMemoryInfo(); // Kill activity Loading tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java +4 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,10 @@ public class TestShellActivity extends Activity implements LayoutTestController } } public void clearCache() { mWebView.clearCache(true); } @Override protected void onCreate(Bundle icicle) { super.onCreate(icicle); Loading Loading
tests/DumpRenderTree/src/com/android/dumprendertree/LoadTestsAutoTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ public class LoadTestsAutoTest extends ActivityInstrumentationTestCase2<TestShel // Run tests runTestAndWaitUntilDone(activity, runner.mTestPath, runner.mTimeoutInMillis); activity.clearCache(); dumpMemoryInfo(); // Kill activity Loading
tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java +4 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,10 @@ public class TestShellActivity extends Activity implements LayoutTestController } } public void clearCache() { mWebView.clearCache(true); } @Override protected void onCreate(Bundle icicle) { super.onCreate(icicle); Loading