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

Commit eb4ba9ad authored by Kelly Rossmoyer's avatar Kelly Rossmoyer Committed by android-build-merger
Browse files

Merge "Increase size of BatteryStatsService stats buffer" into pi-dev am: db56e7b9

am: 9f311dbd

Change-Id: Iaa83a62b71759336ff3cc4a230cdf4fcbf3c267b
parents 65cfac54 9f311dbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ public final class BatteryStatsService extends IBatteryStats.Stub
                    .replaceWith("?");
    private ByteBuffer mUtf8BufferStat = ByteBuffer.allocateDirect(MAX_LOW_POWER_STATS_SIZE);
    private CharBuffer mUtf16BufferStat = CharBuffer.allocate(MAX_LOW_POWER_STATS_SIZE);
    private static final int MAX_LOW_POWER_STATS_SIZE = 512;
    private static final int MAX_LOW_POWER_STATS_SIZE = 2048;

    /**
     * Replaces the information in the given rpmStats with up-to-date information.