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

Commit d0714406 authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Automerger Merge Worker
Browse files

Merge "Initialize AppHibernationService before ArtManagerLocal." into udc-dev...

Merge "Initialize AppHibernationService before ArtManagerLocal." into udc-dev am: 8cdc4c6c am: 8d23a177

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



Change-Id: Ie2b6659a6d4c08602cd85a841bd8faa051890f42
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e1b12b66 8d23a177
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1797,6 +1797,10 @@ public final class SystemServer implements Dumpable {
        }
        t.traceEnd();

        t.traceBegin("StartAppHibernationService");
        mSystemServiceManager.startService(APP_HIBERNATION_SERVICE_CLASS);
        t.traceEnd();

        t.traceBegin("ArtManagerLocal");
        DexOptHelper.initializeArtManagerLocal(context, mPackageManagerService);
        t.traceEnd();
@@ -2320,10 +2324,6 @@ public final class SystemServer implements Dumpable {
            mSystemServiceManager.startService(VOICE_RECOGNITION_MANAGER_SERVICE_CLASS);
            t.traceEnd();

            t.traceBegin("StartAppHibernationService");
            mSystemServiceManager.startService(APP_HIBERNATION_SERVICE_CLASS);
            t.traceEnd();

            if (GestureLauncherService.isGestureLauncherEnabled(context.getResources())) {
                t.traceBegin("StartGestureLauncher");
                mSystemServiceManager.startService(GestureLauncherService.class);