Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7d76614 authored by Amith Yamasani's avatar Amith Yamasani Committed by android-build-merger
Browse files

Merge "Bump up batterystats version to clear stale data" into oc-dev am: fb2f7e27

am: 33e20c43

Change-Id: I2b0b70a17745ae77625a650965f95c4bd9a184a3
parents def06118 33e20c43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ public class BatteryStatsImpl extends BatteryStats {
    private static final int MAGIC = 0xBA757475; // 'BATSTATS'

    // Current on-disk Parcel version
    private static final int VERSION = 151 + (USE_OLD_HISTORY ? 1000 : 0);
    private static final int VERSION = 152 + (USE_OLD_HISTORY ? 1000 : 0);

    // Maximum number of items we will record in the history.
    private static final int MAX_HISTORY_ITEMS = 2000;