Merge "Prevent repeated battery history in checkin dump"
This commit is contained in:
committed by
Android (Google) Code Review
commit
5e16e5824e
@@ -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