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

Commit b03b65fb authored by Kevin Jeon's avatar Kevin Jeon Committed by Gerrit Code Review
Browse files

Merge "Remove CHECKIN MEMINFO section from dumpstate"

parents c59b49c3 263c7fb4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1508,7 +1508,6 @@ static void DumpCheckins(int out_fd = STDOUT_FILENO) {
    dprintf(out_fd, "========================================================\n");

    RunDumpsys("CHECKIN BATTERYSTATS", {"batterystats", "-c"}, out_fd);
    RunDumpsys("CHECKIN MEMINFO", {"meminfo", "--checkin"}, out_fd);
    RunDumpsys("CHECKIN NETSTATS", {"netstats", "--checkin"}, out_fd);
    RunDumpsys("CHECKIN PROCSTATS", {"procstats", "-c"}, out_fd);
    RunDumpsys("CHECKIN USAGESTATS", {"usagestats", "-c"}, out_fd);