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

Commit 33e20c43 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

Change-Id: Icbc761881850e2ea39d2a4b62f9f0ff64bfedd5f
parents 13fa0e22 fb2f7e27
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;