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

Commit 3d96bdeb authored by Darren Hsu's avatar Darren Hsu
Browse files

BatteryStatsService: increase power stats size



Bug: 279234525
Test: The error logs no longer present
Change-Id: I1dd0df0ac1de2d04427ea310db6024223ad64010
Signed-off-by: default avatarDarren Hsu <darrenhsu@google.com>
parent a8d94a19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ public final class BatteryStatsService extends IBatteryStats.Stub
                    .onMalformedInput(CodingErrorAction.REPLACE)
                    .onUnmappableCharacter(CodingErrorAction.REPLACE)
                    .replaceWith("?");
    private static final int MAX_LOW_POWER_STATS_SIZE = 16384;
    private static final int MAX_LOW_POWER_STATS_SIZE = 32768;
    private static final int POWER_STATS_QUERY_TIMEOUT_MILLIS = 2000;
    private static final String EMPTY = "Empty";