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

Commit 3c3cd552 authored by Kathy Chen's avatar Kathy Chen Committed by Android (Google) Code Review
Browse files

Merge "Fix a typo in AbstractMasterSystemService." into tm-dev

parents c3947aa6 dbc7e4a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -948,7 +948,7 @@ public abstract class AbstractMasterSystemService<M extends AbstractMasterSystem
                    pw.println(": ");
                    final List<S> services = mServicesCacheList.valueAt(i);
                    for (int j = 0; j < services.size(); j++) {
                        S service = services.get(i);
                        S service = services.get(j);
                        synchronized (service.mLock) {
                            service.dumpLocked(prefix2, pw);
                        }