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

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

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

parents 48e2d9ef 8cdc4c6c
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -1793,6 +1793,10 @@ public final class SystemServer implements Dumpable {
        }
        }
        t.traceEnd();
        t.traceEnd();


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

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


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

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