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

Commit 0a544948 authored by Wei Liu's avatar Wei Liu Committed by android-build-merger
Browse files

Fix the DUMPSYS skip. am: 34222565 am: 361329f3

am: 139ba896

* commit '139ba896':
  Fix the DUMPSYS skip.

Change-Id: I360824c1fecf412c5733b862bf078902853b4649
parents a8663d6a 139ba896
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");