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

Commit b933dc7f authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by Android Git Automerger
Browse files

am 22eef5da: Merge change 7753 into donut

Merge commit '22eef5da'

* commit '22eef5da':
  Add a delay before collecting memory information
parents fd7628aa 22eef5da
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