Merge \"BatteryStats: Don\'t print empty platform idle state\" into nyc-mr1-dev
am: ebbbead915
Change-Id: Ia651ad5a0a183ff7d70d90f119ec9238c15711ad
This commit is contained in:
@@ -4966,7 +4966,9 @@ public abstract class BatteryStats implements Parcelable {
|
||||
pw.print(',');
|
||||
pw.print(rec.stepDetails.statIdlTime);
|
||||
pw.print(',');
|
||||
pw.print(rec.stepDetails.statPlatformIdleState);
|
||||
if (rec.stepDetails.statPlatformIdleState != null) {
|
||||
pw.print(rec.stepDetails.statPlatformIdleState);
|
||||
}
|
||||
pw.println();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user