Loading tests/DumpRenderTree/src/com/android/dumprendertree/ReliabilityTestActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,7 @@ public class ReliabilityTestActivity extends Activity { protected void onDestroy() { super.onDestroy(); Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode())); webView.clearCache(true); webView.destroy(); } Loading Loading
tests/DumpRenderTree/src/com/android/dumprendertree/ReliabilityTestActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,7 @@ public class ReliabilityTestActivity extends Activity { protected void onDestroy() { super.onDestroy(); Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode())); webView.clearCache(true); webView.destroy(); } Loading