am d913782f: am d5f10154: Bump BatteryStats version

* commit 'd913782f1b48e1ef5928f869279c541e023d1cb7':
  Bump BatteryStats version
This commit is contained in:
Adam Lesinski
2015-09-28 07:06:55 +00:00
committed by Android Git Automerger

View File

@@ -105,7 +105,7 @@ public final class BatteryStatsImpl extends BatteryStats {
private static final int MAGIC = 0xBA757475; // 'BATSTATS'
// Current on-disk Parcel version
private static final int VERSION = 131 + (USE_OLD_HISTORY ? 1000 : 0);
private static final int VERSION = 132 + (USE_OLD_HISTORY ? 1000 : 0);
// Maximum number of items we will record in the history.
private static final int MAX_HISTORY_ITEMS = 2000;