Loading services/java/com/android/server/SystemServer.java +2 −1 Original line number Diff line number Diff line Loading @@ -438,6 +438,7 @@ public final class SystemServer { boolean disableNetwork = SystemProperties.getBoolean("config.disable_network", false); boolean disableNetworkTime = SystemProperties.getBoolean("config.disable_networktime", false); boolean isEmulator = SystemProperties.get("ro.kernel.qemu").equals("1"); boolean disableAtlas = SystemProperties.getBoolean("config.disable_atlas", true); try { Slog.i(TAG, "Reading configuration..."); Loading Loading @@ -927,7 +928,7 @@ public final class SystemServer { mSystemServiceManager.startService(DreamManagerService.class); } if (!disableNonCoreServices) { if (!disableNonCoreServices && !disableAtlas) { try { Slog.i(TAG, "Assets Atlas Service"); atlas = new AssetAtlasService(context); Loading Loading
services/java/com/android/server/SystemServer.java +2 −1 Original line number Diff line number Diff line Loading @@ -438,6 +438,7 @@ public final class SystemServer { boolean disableNetwork = SystemProperties.getBoolean("config.disable_network", false); boolean disableNetworkTime = SystemProperties.getBoolean("config.disable_networktime", false); boolean isEmulator = SystemProperties.get("ro.kernel.qemu").equals("1"); boolean disableAtlas = SystemProperties.getBoolean("config.disable_atlas", true); try { Slog.i(TAG, "Reading configuration..."); Loading Loading @@ -927,7 +928,7 @@ public final class SystemServer { mSystemServiceManager.startService(DreamManagerService.class); } if (!disableNonCoreServices) { if (!disableNonCoreServices && !disableAtlas) { try { Slog.i(TAG, "Assets Atlas Service"); atlas = new AssetAtlasService(context); Loading