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

Commit 7bf3b070 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Inject at a different time

parent fe9fdba4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.
@@ -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);