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

Commit 503775e4 authored by Dave Burke's avatar Dave Burke
Browse files

Precautionary logging to identify a potential infinite loop.

Bug: 6571063
Change-Id: I433659c6da333d5acd25ad03cb7f4a6ab0b6a4a5
parent 1adacd92
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]);
            }
        }

        /*