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

Commit e8741d23 authored by Christopher Tate's avatar Christopher Tate
Browse files

*Always* kill the right uid's group

Bug 19285814

Change-Id: Ifd49926f49911af3439f2a2a507908ecd3a2db25
parent 0effee88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -558,7 +558,7 @@ final class ProcessRecord {
            }
            EventLog.writeEvent(EventLogTags.AM_KILL, userId, pid, processName, setAdj, reason);
            Process.killProcessQuiet(pid);
            Process.killProcessGroup(info.uid, pid);
            Process.killProcessGroup(uid, pid);
            if (!persistent) {
                killed = true;
                killedByAm = true;