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

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

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

Merge commit '208bb08a' into gingerbread-plus-aosp

* commit '208bb08a':
  Fix issue 3098880.
parents 21059b63 208bb08a
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;