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

Commit 04bb08da authored by Wei Liu's avatar Wei Liu Committed by android-build-merger
Browse files

Fix the DUMPSYS skip.

am: 34222565

* commit '34222565':
  Fix the DUMPSYS skip.

Change-Id: Iaf70874e0a63a40b68b121ef75698e5225fd8b3c
parents 0e92ae13 34222565
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -893,7 +893,7 @@ static void dumpstate(const std::string& screenshot_path, const std::string& ver
    printf("== Android Framework Services\n");
    printf("========================================================\n");

    run_command("DUMPSYS", 60, "dumpsys", "-t", "60", "--skip", "meminfo,cpuinfo", NULL);
    run_command("DUMPSYS", 60, "dumpsys", "-t", "60", "--skip", "meminfo", "cpuinfo", NULL);

    printf("========================================================\n");
    printf("== Checkins\n");