am ecc05fb5
: am 59b1516f
: Fix issue #10422349: Limit/change the battery history data in batterystats
* commit 'ecc05fb5430ebb57710850f22d2a370c2af86e9d': Fix issue #10422349: Limit/change the battery history data in batterystats
This commit is contained in:
commit
3b010de1c1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user