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

Commit a2db9c4c authored by Kweku Adams's avatar Kweku Adams Committed by Automerger Merge Worker
Browse files

Merge "Fix lock." into udc-dev am: 0f05bfb6

parents a367ae46 0f05bfb6
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++) {