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

Commit 6b164fec authored by Wei Liu's avatar Wei Liu Committed by android-build-merger
Browse files

Fix the DUMPSYS skip. am: 34222565

am: 04bb08da

* commit '04bb08da':
  Fix the DUMPSYS skip.

Change-Id: Iff57e6aa53fcaa4ad2331b34d84d029d02c0c686
parents e9eb77c7 04bb08da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -923,7 +923,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");