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

Commit ebbbead9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents c50f8ae5 8568d8fd
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();
                    }
                }