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

Commit 4709c7fa authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Fixed a copy and paste error" into gingerbread

parents 2814ad25 8d3b9100
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;
    }