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

Commit 3b010de1 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am ecc05fb5: am 59b1516f: Fix issue #10422349: Limit/change the battery...

am ecc05fb5: am 59b1516f: Fix issue #10422349: Limit/change the battery history data in batterystats

* commit 'ecc05fb5':
  Fix issue #10422349: Limit/change the battery history data in batterystats
parents edfc4781 ecc05fb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ static void dumpstate() {
    printf("== Checkins\n");
    printf("========================================================\n");

    run_command("CHECKIN BATTERYSTATS", 30, "dumpsys", "batterystats", "--checkin", NULL);
    run_command("CHECKIN BATTERYSTATS", 30, "dumpsys", "batterystats", "-c", NULL);
    run_command("CHECKIN MEMINFO", 30, "dumpsys", "meminfo", "--checkin", NULL);
    run_command("CHECKIN NETSTATS", 30, "dumpsys", "netstats", "--checkin", NULL);
    run_command("CHECKIN PROCSTATS", 30, "dumpsys", "procstats", "-c", NULL);