Loading services/java/com/android/server/SystemServer.java +6 −5 Original line number Diff line number Diff line Loading @@ -2194,12 +2194,13 @@ public final class SystemServer implements Dumpable { } // WallpaperEffectsGeneration manager service // TODO (b/135218095): Use deviceHasConfigString(context, // R.string.config_defaultWallpaperEffectsGenerationService) if (deviceHasConfigString(context, R.string.config_defaultWallpaperEffectsGenerationService)) { t.traceBegin("StartWallpaperEffectsGenerationService"); mSystemServiceManager.startService( WALLPAPER_EFFECTS_GENERATION_MANAGER_SERVICE_CLASS); t.traceEnd(); } t.traceBegin("StartAudioService"); if (!isArc) { Loading Loading
services/java/com/android/server/SystemServer.java +6 −5 Original line number Diff line number Diff line Loading @@ -2194,12 +2194,13 @@ public final class SystemServer implements Dumpable { } // WallpaperEffectsGeneration manager service // TODO (b/135218095): Use deviceHasConfigString(context, // R.string.config_defaultWallpaperEffectsGenerationService) if (deviceHasConfigString(context, R.string.config_defaultWallpaperEffectsGenerationService)) { t.traceBegin("StartWallpaperEffectsGenerationService"); mSystemServiceManager.startService( WALLPAPER_EFFECTS_GENERATION_MANAGER_SERVICE_CLASS); t.traceEnd(); } t.traceBegin("StartAudioService"); if (!isArc) { Loading