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

Commit 01fa629a authored by Suren Baghdasaryan's avatar Suren Baghdasaryan Committed by Automerger Merge Worker
Browse files

Merge "Do not purge process groups on system_server startup" into tm-dev am:...

Merge "Do not purge process groups on system_server startup" into tm-dev am: a7a36d96 am: 47e50662

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



Change-Id: I3c00c233a256875d5d8a00425219a2289c7f4608
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 932170fd 47e50662
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@ import static android.os.Process.killProcessQuiet;
import static android.os.Process.myPid;
import static android.os.Process.myUid;
import static android.os.Process.readProcFile;
import static android.os.Process.removeAllProcessGroups;
import static android.os.Process.sendSignal;
import static android.os.Process.setThreadPriority;
import static android.os.Process.setThreadScheduler;
@@ -2430,8 +2429,6 @@ public class ActivityManagerService extends IActivityManager.Stub
    }
    private void start() {
        removeAllProcessGroups();
        mBatteryStatsService.publish();
        mAppOpsService.publish();
        mProcessStats.publish();