Merge change 20006 into donut

* changes:
  After each test, the WebView cache should be cleared, otherwise the cache data will pile up.
This commit is contained in:
Android (Google) Code Review
2009-08-04 14:27:07 -07:00

View File

@@ -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();
}