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

Commit 9763c6d1 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 udc-d1-dev

parents 55a0f56c 215affc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16244,7 +16244,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++) {