Loading media/jni/android_media_MediaSync.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ static void throwExceptionAsNecessary( if (err > 0) { break; } AString msgWithErrorCode(msg); AString msgWithErrorCode(msg == NULL ? "" : msg); msgWithErrorCode.append(" error:"); msgWithErrorCode.append(err); jniThrowException(env, "java/lang/IllegalStateException", msgWithErrorCode.c_str()); Loading Loading
media/jni/android_media_MediaSync.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ static void throwExceptionAsNecessary( if (err > 0) { break; } AString msgWithErrorCode(msg); AString msgWithErrorCode(msg == NULL ? "" : msg); msgWithErrorCode.append(" error:"); msgWithErrorCode.append(err); jniThrowException(env, "java/lang/IllegalStateException", msgWithErrorCode.c_str()); Loading