Loading tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -228,8 +228,8 @@ public class TestShellActivity extends Activity implements LayoutTestController @Override public void onLowMemory() { super.onLowMemory(); Log.e(LOGTAG, "Low memory, kill self"); System.exit(1); Log.e(LOGTAG, "Low memory, clearing caches"); mWebView.freeMemory(); } // Dump the page Loading Loading
tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -228,8 +228,8 @@ public class TestShellActivity extends Activity implements LayoutTestController @Override public void onLowMemory() { super.onLowMemory(); Log.e(LOGTAG, "Low memory, kill self"); System.exit(1); Log.e(LOGTAG, "Low memory, clearing caches"); mWebView.freeMemory(); } // Dump the page Loading