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

Commit 4936b6a2 authored by Kweku Adams's avatar Kweku Adams Committed by Android (Google) Code Review
Browse files

Merge "Fix loop indexing." into udc-dev

parents 0ed03a90 dfad017f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -360,7 +360,7 @@ public class PowerStatsService extends SystemService {
                    sb.append("ALL");
                }
                sb.append("[");
                for (int i = 0; i < expectedLength; i++) {
                for (int i = 0; i < energyConsumerIds.length; i++) {
                    final int id = energyConsumerIds[i];
                    sb.append(id);
                    sb.append("(type:");