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

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

am 563e61f5: Merge "AudioRecord JNI: pass attributes to native AudioRecord." into lmp-mr1-dev

* commit '563e61f5':
  AudioRecord JNI: pass attributes to native AudioRecord.
parents c452bac6 563e61f5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -239,7 +239,8 @@ android_media_AudioRecord_setup(JNIEnv *env, jobject thiz, jobject weak_this,
        true,          // threadCanCallJava
        sessionId,
        AudioRecord::TRANSFER_DEFAULT,
        flags);
        flags,
        paa);

    if (status != NO_ERROR) {
        ALOGE("Error creating AudioRecord instance: initialization check failed with status %d.",