Loading core/jni/android_util_Binder.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -200,7 +200,6 @@ static void report_exception(JNIEnv* env, jthrowable excep, const char* msg) * that can be made while an exception is pending, so we want to * get the VM ptr, throw the exception, and then detach the thread. */ JavaVM* vm = jnienv_to_javavm(env); env->Throw(excep); env->ExceptionDescribe(); ALOGE("Forcefully exiting"); Loading Loading
core/jni/android_util_Binder.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -200,7 +200,6 @@ static void report_exception(JNIEnv* env, jthrowable excep, const char* msg) * that can be made while an exception is pending, so we want to * get the VM ptr, throw the exception, and then detach the thread. */ JavaVM* vm = jnienv_to_javavm(env); env->Throw(excep); env->ExceptionDescribe(); ALOGE("Forcefully exiting"); Loading