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

Commit a99f3e0b authored by Benjamin Schwartz's avatar Benjamin Schwartz
Browse files

BatteryStatsService: Increase max power stats size

Bug: 189120596
Test: Examined logcat
Change-Id: I9841adc7abef28d8171d3036ca79a0abf1839954
parent 56b6ff07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ public final class BatteryStatsService extends IBatteryStats.Stub
                    .onMalformedInput(CodingErrorAction.REPLACE)
                    .onUnmappableCharacter(CodingErrorAction.REPLACE)
                    .replaceWith("?");
    private static final int MAX_LOW_POWER_STATS_SIZE = 8192;
    private static final int MAX_LOW_POWER_STATS_SIZE = 16384;
    private static final int POWER_STATS_QUERY_TIMEOUT_MILLIS = 2000;
    private static final String EMPTY = "Empty";