Bump the batterystats checkin stats version number.

Change-Id: Ie403b89022e4d1f6ad0e07e70c95f39a1d5fa530
This commit is contained in:
Ashish Sharma
2014-05-08 17:11:28 -07:00
parent 87b4e50bbd
commit bffcf1c2da

View File

@@ -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