Merge change 7753 into donut

* changes:
  Add a delay before collecting memory information
This commit is contained in:
Android (Google) Code Review
2009-07-17 14:43:01 -07:00

View File

@@ -73,6 +73,10 @@ public class LoadTestsAutoTest extends ActivityInstrumentationTestCase2<TestShel
runTestAndWaitUntilDone(activity, runner.mTestPath, runner.mTimeoutInMillis);
activity.clearCache();
try {
Thread.sleep(5000);
} catch (InterruptedException e) {
}
dumpMemoryInfo();
// Kill activity