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

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

Merge "Fix lock." into udc-dev

parents b06ad44c ef124dec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16853,7 +16853,7 @@ public class ActivityManagerService extends IActivityManager.Stub
     */
    public void dumpAllResources(ParcelFileDescriptor fd, PrintWriter pw) throws RemoteException {
        final ArrayList<ProcessRecord> processes = new ArrayList<>();
        synchronized (mPidsSelfLocked) {
        synchronized (this) {
            processes.addAll(mProcessList.getLruProcessesLOSP());
        }
        for (int i = 0, size = processes.size(); i < size; i++) {