Merge "Initialize AppHibernationService before ArtManagerLocal." into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8cdc4c6c1c
@@ -1793,6 +1793,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();
|
||||
@@ -2316,10 +2320,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);
|
||||
|
||||
Reference in New Issue
Block a user