Loading core/java/com/android/internal/os/Zygote.java +2 −2 Original line number Diff line number Diff line Loading @@ -369,8 +369,6 @@ public final class Zygote { if (gids != null && gids.length > 0) { NetworkUtilsInternal.setAllowNetworkingForProcess(containsInetGid(gids)); } maybeInitInject(niceName, appDataDir); } // Set the Java Language thread priority to the default value for new apps. Loading Loading @@ -497,6 +495,8 @@ public final class Zygote { NetworkUtilsInternal.setAllowNetworkingForProcess(containsInetGid(gids)); } maybeInitInject(niceName, appDataDir); // Set the Java Language thread priority to the default value for new apps. Thread.currentThread().setPriority(Thread.NORM_PRIORITY); Loading Loading
core/java/com/android/internal/os/Zygote.java +2 −2 Original line number Diff line number Diff line Loading @@ -369,8 +369,6 @@ public final class Zygote { if (gids != null && gids.length > 0) { NetworkUtilsInternal.setAllowNetworkingForProcess(containsInetGid(gids)); } maybeInitInject(niceName, appDataDir); } // Set the Java Language thread priority to the default value for new apps. Loading Loading @@ -497,6 +495,8 @@ public final class Zygote { NetworkUtilsInternal.setAllowNetworkingForProcess(containsInetGid(gids)); } maybeInitInject(niceName, appDataDir); // Set the Java Language thread priority to the default value for new apps. Thread.currentThread().setPriority(Thread.NORM_PRIORITY); Loading