Call clearCache on WebView before collecting memory information.
This commit is contained in:
@@ -72,6 +72,7 @@ public class LoadTestsAutoTest extends ActivityInstrumentationTestCase2<TestShel
|
||||
// Run tests
|
||||
runTestAndWaitUntilDone(activity, runner.mTestPath, runner.mTimeoutInMillis);
|
||||
|
||||
activity.clearCache();
|
||||
dumpMemoryInfo();
|
||||
|
||||
// Kill activity
|
||||
|
||||
Reference in New Issue
Block a user