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:
Dianne Hackborn 2013-09-04 18:32:12 -07:00 committed by Android Git Automerger
commit 3b010de1c1
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);