Merge "Prevent repeated battery history in checkin dump"

This commit is contained in:
Dmitri Plotnikov
2023-01-27 19:21:41 +00:00
committed by Android (Google) Code Review

View File

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