Loading core/jni/android_view_SurfaceControl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -428,7 +428,7 @@ static jlong nativeCreate(JNIEnv* env, jclass clazz, jobject sessionObj, jniThrowException(env, "java/lang/IllegalArgumentException", NULL); return 0; } else if (err != NO_ERROR) { jniThrowException(env, OutOfResourcesException, NULL); jniThrowException(env, OutOfResourcesException, statusToString(err).c_str()); return 0; } Loading Loading
core/jni/android_view_SurfaceControl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -428,7 +428,7 @@ static jlong nativeCreate(JNIEnv* env, jclass clazz, jobject sessionObj, jniThrowException(env, "java/lang/IllegalArgumentException", NULL); return 0; } else if (err != NO_ERROR) { jniThrowException(env, OutOfResourcesException, NULL); jniThrowException(env, OutOfResourcesException, statusToString(err).c_str()); return 0; } Loading