Call clearCache on WebView before collecting memory information.
This commit is contained in:
@@ -87,6 +87,10 @@ public class TestShellActivity extends Activity implements LayoutTestController
|
||||
}
|
||||
}
|
||||
|
||||
public void clearCache() {
|
||||
mWebView.clearCache(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle icicle) {
|
||||
super.onCreate(icicle);
|
||||
|
||||
Reference in New Issue
Block a user