Loading core/java/android/os/BatteryStats.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -176,7 +176,7 @@ public abstract class BatteryStats implements Parcelable { /** /** * Current version of checkin data format. * Current version of checkin data format. */ */ static final String CHECKIN_VERSION = "17"; static final String CHECKIN_VERSION = "18"; /** /** * Old version, we hit 9 and ran out of room, need to remove. * Old version, we hit 9 and ran out of room, need to remove. Loading Loading
core/java/android/os/BatteryStats.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -176,7 +176,7 @@ public abstract class BatteryStats implements Parcelable { /** /** * Current version of checkin data format. * Current version of checkin data format. */ */ static final String CHECKIN_VERSION = "17"; static final String CHECKIN_VERSION = "18"; /** /** * Old version, we hit 9 and ran out of room, need to remove. * Old version, we hit 9 and ran out of room, need to remove. Loading