Merge \"BatteryStats: Bump checkin format version to 18\" into nyc-dev

am: d75bc225ac

Change-Id: I70dbac4cb8002d8f216991ca78b18e9c1612eb89
This commit is contained in:
Adam Lesinski
2016-06-10 01:05:03 +00:00
committed by android-build-merger

View File

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