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

Commit 48fedb53 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "BatteryStatsService: Increase max power stats size" into sc-dev am:...

Merge "BatteryStatsService: Increase max power stats size" into sc-dev am: 1be708ac am: 9ff32c32

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14191071

Change-Id: I38ade7232a1663bdb11d4f6638ec2d599db413ce
parents 41e0160d 9ff32c32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,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";