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

Commit e343d613 authored by Mathieu Chartier's avatar Mathieu Chartier Committed by Gerrit Code Review
Browse files

Merge "Properly describe exception"

parents 481f22ec d12065f5
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);
    }