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

Commit 8031361a authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by Android Git Automerger
Browse files

am 7a07f179: Merge change 20006 into donut

Merge commit '7a07f179'

* commit '7a07f179':
  After each test, the WebView cache should be cleared, otherwise the cache data will pile up.
parents fc0e17fc 7a07f179
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();
    }