am 4cf59747: Merge "Bump the BatteryStats parcel VERSION" into mnc-dev

* commit '4cf59747f8e23b1d23ee7450541e34826dccbd4f':
  Bump the BatteryStats parcel VERSION
This commit is contained in:
Adam Lesinski
2015-06-08 23:25:40 +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 = 126 + (USE_OLD_HISTORY ? 1000 : 0);
private static final int VERSION = 127 + (USE_OLD_HISTORY ? 1000 : 0);
// Maximum number of items we will record in the history.
private static final int MAX_HISTORY_ITEMS = 2000;