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

Commit 22eef5da authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 7753 into donut

* changes:
  Add a delay before collecting memory information
parents 261a784c 1f6c72bf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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