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

Commit 06406ff6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "BatteryStats: Increase max size of subsystem state string" into sc-dev

parents 0cbf7a2d 0e5b47eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ public final class BatteryStatsService extends IBatteryStats.Stub
                    .onMalformedInput(CodingErrorAction.REPLACE)
                    .onUnmappableCharacter(CodingErrorAction.REPLACE)
                    .replaceWith("?");
    private static final int MAX_LOW_POWER_STATS_SIZE = 4096;
    private static final int MAX_LOW_POWER_STATS_SIZE = 8192;
    private static final int POWER_STATS_QUERY_TIMEOUT_MILLIS = 2000;
    private static final String EMPTY = "Empty";