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

Commit 5a7b01a3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix locking when handling proc start timeout"

parents 7d875345 d1283bd6
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5149,8 +5149,10 @@ public class ActivityManagerService extends IActivityManager.Stub
                    ApplicationExitInfo.REASON_INITIALIZATION_FAILURE,
                    ApplicationExitInfo.SUBREASON_UNKNOWN,
                    "wrong startSeq");
            synchronized (this) {
                app.killLocked("unexpected process record",
                        ApplicationExitInfo.REASON_OTHER, true);
            }
            return;
        }