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

Commit 81850c48 authored by Ashish Sharma's avatar Ashish Sharma
Browse files

Avoid creating new battery history types because of no separator.

Change-Id: I325743142bee21e4dbca5bf9ed6135b7ca5340ec
parent 9e7a14dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2899,7 +2899,7 @@ public abstract class BatteryStats implements Parcelable {
            }
        }
        if (!didWake && wakelockTag != null) {
            pw.print(longNames ? "wake_lock=" : "w=");
            pw.print(longNames ? " wake_lock=" : ",w=");
            if (longNames) {
                UserHandle.formatUid(pw, wakelockTag.uid);
                pw.print(":\"");