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

Commit 984d575d authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

Merge \\"BatteryStats: Don\\'t print empty platform idle state\\" into nyc-mr1-dev am: ebbbead9

am: 7da697a7

Change-Id: I644c302cc1cbea8b2387d9ac591845b7c43cc5c0
parents 46ceca1a 7da697a7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4966,7 +4966,9 @@ public abstract class BatteryStats implements Parcelable {
                        pw.print(',');
                        pw.print(rec.stepDetails.statIdlTime);
                        pw.print(',');
                        if (rec.stepDetails.statPlatformIdleState != null) {
                            pw.print(rec.stepDetails.statPlatformIdleState);
                        }
                        pw.println();
                    }
                }