Loading core/jni/com_android_internal_os_Zygote.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -356,8 +356,8 @@ static void DetachDescriptors(JNIEnv* env, jintArray fdsToClose) { return; } jsize count = env->GetArrayLength(fdsToClose); jint *ar = env->GetIntArrayElements(fdsToClose, 0); if (!ar) { ScopedIntArrayRO ar(env, fdsToClose); if (ar.get() == NULL) { ALOGE("Bad fd array"); RuntimeAbort(env); } Loading Loading
core/jni/com_android_internal_os_Zygote.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -356,8 +356,8 @@ static void DetachDescriptors(JNIEnv* env, jintArray fdsToClose) { return; } jsize count = env->GetArrayLength(fdsToClose); jint *ar = env->GetIntArrayElements(fdsToClose, 0); if (!ar) { ScopedIntArrayRO ar(env, fdsToClose); if (ar.get() == NULL) { ALOGE("Bad fd array"); RuntimeAbort(env); } Loading