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

Commit 05474038 authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by Automerger Merge Worker
Browse files

Merge "Call the right JNI helper." am: e032bc41 am: a0295213 am: 21e85559

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1984966

Change-Id: I64772539c56e192e76b412048e94d8e7711eb403
parents d6a5521d 21e85559
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1626,7 +1626,7 @@ static void SpecializeCommon(JNIEnv* env, uid_t uid, gid_t gid, jintArray gids,
        }
        // Also prefetch standalone system server jars. The reason for doing this here is the same
        // as above.
        env->CallStaticObjectMethod(gZygoteInitClass, gPrefetchStandaloneSystemServerJars);
        env->CallStaticVoidMethod(gZygoteInitClass, gPrefetchStandaloneSystemServerJars);
        if (env->ExceptionCheck()) {
            env->ExceptionClear();
        }