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

* commit '59b1516f4cefcfd599f4e5e9c4a227a48d1ace65':
  Fix issue #10422349: Limit/change the battery history data in batterystats
This commit is contained in:
Dianne Hackborn 2013-09-04 18:24:33 -07:00 committed by Android Git Automerger
commit ecc05fb543
1 changed files with 1 additions and 1 deletions

View File

@ -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);