Prevent repeated battery history in checkin dump
Bug: 265689257 Test: adb shell dumpsys batterystats --checkin --history Change-Id: Ic0eb592632c6e150155649f78b2f76654782239d
This commit is contained in:
@@ -7828,8 +7828,8 @@ public abstract class BatteryStats {
|
||||
}
|
||||
pw.print("\"");
|
||||
pw.println();
|
||||
dumpHistory(pw, flags, histStart, true);
|
||||
}
|
||||
dumpHistory(pw, flags, histStart, true);
|
||||
}
|
||||
|
||||
if ((flags & DUMP_HISTORY_ONLY) != 0) {
|
||||
|
||||
Reference in New Issue
Block a user