Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e16e582 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Prevent repeated battery history in checkin dump"

parents 765cd432 3403ebc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {