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

Commit a08dcc7c authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

Merge "Use ActivityManagerService global lock in dumpHeap" into sc-dev

parents 321827b7 175d114e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14831,7 +14831,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                throw new IllegalArgumentException("null fd");
            }
            synchronized (mProcLock) {
            synchronized (this) {
                ProcessRecord proc = findProcessLOSP(process, userId, "dumpHeap");
                IApplicationThread thread;
                if (proc == null || (thread = proc.getThread()) == null) {