* commit '59b1516f4cefcfd599f4e5e9c4a227a48d1ace65': Fix issue #10422349: Limit/change the battery history data in batterystats
This commit is contained in:
commit
ecc05fb543
@ -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