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

Commit 1c241ddf authored by Mathieu Chartier's avatar Mathieu Chartier Committed by Android Git Automerger
Browse files

am 9e0f321a: am 91132c4e: Merge "Fix build"

* commit '9e0f321a':
  Fix build
parents 2ff02506 9e0f321a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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");