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

Commit ea3d940c authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Automerger Merge Worker
Browse files

Merge "Increase the max process count supported by BatteryStats" into udc-d1-dev am: 9763c6d1

parents 06665e89 9763c6d1
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++) {