Loading core/jni/android_os_HwBinder.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -188,7 +188,7 @@ status_t JHwBinder::onTransact( if (env->IsInstanceOf(excep, gErrorClass)) { /* It's an error */ LOG(ERROR) << "Forcefully exiting"; exit(1); _exit(1); } else { LOG(ERROR) << "Uncaught exception!"; } Loading Loading
core/jni/android_os_HwBinder.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -188,7 +188,7 @@ status_t JHwBinder::onTransact( if (env->IsInstanceOf(excep, gErrorClass)) { /* It's an error */ LOG(ERROR) << "Forcefully exiting"; exit(1); _exit(1); } else { LOG(ERROR) << "Uncaught exception!"; } Loading