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

Commit 361329f3 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: I0ea7926024cec428785687582a81326a750ca669
parents 61c022eb 34222565
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -922,7 +922,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");