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

Commit dd70133c authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 1a326022: am 208bb08a: Merge "Fix issue 3098880." into gingerbread

Merge commit '1a326022'

* commit '1a326022':
  Fix issue 3098880.
parents 1012f1f1 1a326022
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -99,6 +99,10 @@ android_media_AudioSystem_getParameters(JNIEnv *env, jobject thiz, jstring keys)
void android_media_AudioSystem_error_callback(status_t err)
{
    JNIEnv *env = AndroidRuntime::getJNIEnv();
    if (env == NULL) {
        return;
    }

    jclass clazz = env->FindClass("android/media/AudioSystem");

    int error;