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

Commit 7a1e6ac6 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 am: 48fedb53

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

Change-Id: Ib672d5ba9b35b861c61da5bc1d5fe27bd18fa610
parents a9ca2cd0 48fedb53
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -139,7 +139,7 @@ public final class BatteryStatsService extends IBatteryStats.Stub
                    .onMalformedInput(CodingErrorAction.REPLACE)
                    .onMalformedInput(CodingErrorAction.REPLACE)
                    .onUnmappableCharacter(CodingErrorAction.REPLACE)
                    .onUnmappableCharacter(CodingErrorAction.REPLACE)
                    .replaceWith("?");
                    .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 int POWER_STATS_QUERY_TIMEOUT_MILLIS = 2000;
    private static final String EMPTY = "Empty";
    private static final String EMPTY = "Empty";