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

Commit 1afedc4d authored by Glenn Kasten's avatar Glenn Kasten Committed by Android Git Automerger
Browse files

am 6eafba6b: Merge "Temporary workaround for log spam"

* commit '6eafba6b':
  Temporary workaround for log spam
parents b1d2b51c 6eafba6b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -355,7 +355,12 @@ void SoftVorbis::onQueueFilled(OMX_U32 portIndex) {
        outHeader->nFlags = 0;
        int err = vorbis_dsp_synthesis(mState, &pack, 1);
        if (err != 0) {
            // FIXME temporary workaround for log spam
#if !defined(__arm__) && !defined(__aarch64__)
            ALOGV("vorbis_dsp_synthesis returned %d", err);
#else
            ALOGW("vorbis_dsp_synthesis returned %d", err);
#endif
        } else {
            numFrames = vorbis_dsp_pcmout(
                    mState, (int16_t *)outHeader->pBuffer,