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

Commit bffcf1c2 authored by Ashish Sharma's avatar Ashish Sharma
Browse files

Bump the batterystats checkin stats version number.

Change-Id: Ie403b89022e4d1f6ad0e07e70c95f39a1d5fa530
parent 87b4e50b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ public abstract class BatteryStats implements Parcelable {
    /**
     * Bump the version on this if the checkin format changes.
     */
    private static final int BATTERY_STATS_CHECKIN_VERSION = 7;
    private static final int BATTERY_STATS_CHECKIN_VERSION = 8;
    
    private static final long BYTES_PER_KB = 1024;
    private static final long BYTES_PER_MB = 1048576; // 1024^2