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

Commit 2432248b authored by James Dong's avatar James Dong Committed by Android Git Automerger
Browse files

am 4709c7fa: Merge "Fixed a copy and paste error" into gingerbread

Merge commit '4709c7fa' into gingerbread-plus-aosp

* commit '4709c7fa':
  Fixed a copy and paste error
parents ea4680f0 4709c7fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -437,7 +437,7 @@ android_media_MediaRecorder_native_setup(JNIEnv *env, jobject thiz, jobject weak
        return;
    }
    if (mr->initCheck() != NO_ERROR) {
        jniThrowException(env, "java/lang/IOException", "Unable to initialize camera");
        jniThrowException(env, "java/lang/RuntimeException", "Unable to initialize media recorder");
        return;
    }