Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a07f179 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 20006 into donut

* changes:
  After each test, the WebView cache should be cleared, otherwise the cache data will pile up.
parents cd540294 c189b2dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
    }