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

Commit 30bcee9d authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Increase the max process count supported by BatteryStats" into main

parents 1b2b1bab 474ef063
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16246,7 +16246,7 @@ public class BatteryStatsImpl extends BatteryStats {
            }
            NP = in.readInt();
            if (NP > 1000) {
            if (NP > 10000) {
                throw new ParcelFormatException("File corrupt: too many processes " + NP);
            }
            for (int ip = 0; ip < NP; ip++) {