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

Commit d1283bd6 authored by Zim's avatar Zim
Browse files

Fix locking when handling proc start timeout

Test: m
Bug: 253908737
Change-Id: If5c6f8d955621882f6524340af7f6c8bdfe5d17e
parent 331ef23f
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;
        }