Merge "Bump parcel version to reset batterystats" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-08-08 06:03:18 +00:00
committed by Android (Google) Code Review

View File

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