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

Commit 5c0917b4 authored by Jing Ji's avatar Jing Ji Committed by Automerger Merge Worker
Browse files

Merge "Skip noteAppKill if the attaching pid is unknown to us" into sc-dev am: c1e65680

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14676306

Change-Id: I8171002047f7c3d2615ce7fcabe99545162f84a4
parents d6560de9 c1e65680
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4331,8 +4331,8 @@ public class ActivityManagerService extends IActivityManager.Stub
            if (pid > 0 && pid != MY_PID) {
                killProcessQuiet(pid);
                //TODO: killProcessGroup(app.info.uid, pid);
                mProcessList.noteAppKill(app, ApplicationExitInfo.REASON_INITIALIZATION_FAILURE,
                        ApplicationExitInfo.SUBREASON_UNKNOWN, "attach failed");
                // We can't log the app kill info for this process since we don't
                // know who it is, so just skip the logging.
            } else {
                try {
                    thread.scheduleExit();