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

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

* commit '4709c7faaa7d14b136dd3b1d8126f972ee11a1aa':
  Fixed a copy and paste error
This commit is contained in:
James Dong
2010-09-10 11:25:24 -07:00
committed by Android Git Automerger

View File

@@ -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;
}