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

Commit 90149456 authored by Kevin Jeon's avatar Kevin Jeon Committed by Automerger Merge Worker
Browse files

Merge "Remove CHECKIN MEMINFO section from dumpstate" am: b03b65fb am: 3427e8a3 am: 43fec7de

parents 7a81c191 43fec7de
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);