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

Commit 139ba896 authored by Wei Liu's avatar Wei Liu Committed by android-build-merger
Browse files

Fix the DUMPSYS skip. am: 34222565

am: 361329f3

* commit '361329f3':
  Fix the DUMPSYS skip.

Change-Id: I3f2d3d4b820a8c668420dee1accfa30429ffaa21
parents e9eb77c7 361329f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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("== Android Framework Services\n");
    printf("========================================================\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("========================================================\n");
    printf("== Checkins\n");
    printf("== Checkins\n");