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

Commit 4364d2d1 authored by Dave Burke's avatar Dave Burke Committed by Android (Google) Code Review
Browse files

Merge "Precautionary logging to identify a potential infinite loop." into jb-dev

parents c558fa89 503775e4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -416,6 +416,9 @@ void SoftAAC2::onQueueFilled(OMX_U32 portIndex) {
                                                outHeader->nAllocLen,
                                                0 /* flags */);

            if (decoderErr == AAC_DEC_NOT_ENOUGH_BITS) {
                ALOGW("Not enough bits, bytesValid %d", bytesValid[0]);
            }
        }

        /*