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

Commit de671ad0 authored by yuanhuihui's avatar yuanhuihui Committed by android-build-merger
Browse files

Merge "fix persistent process is killed and restart again and again" am: ae302cef am: b322dc38

am: 20a5fe41

Change-Id: I9a454463a8881dded9b3d7905d4cf76223b4acd4
parents 9cb41da2 20a5fe41
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11507,6 +11507,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                && userId == UserHandle.USER_SYSTEM
                && (info.flags & PERSISTENT_MASK) == PERSISTENT_MASK) {
            r.persistent = true;
            r.maxAdj = ProcessList.PERSISTENT_PROC_ADJ;
        }
        addProcessNameLocked(r);
        return r;