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

Commit 22787ac1 authored by Mathieu Chartier's avatar Mathieu Chartier Committed by Android Git Automerger
Browse files

am e343d613: Merge "Properly describe exception"

* commit 'e343d613':
  Properly describe exception
parents 37cee0ac e343d613
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -202,8 +202,7 @@ static void report_exception(JNIEnv* env, jthrowable excep, const char* msg)
         */
        JavaVM* vm = jnienv_to_javavm(env);
        env->Throw(excep);
        vm->DetachCurrentThread();
        sleep(60);
        env->ExceptionDescribe();
        ALOGE("Forcefully exiting");
        exit(1);
    }