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

Commit 8d1923fa authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 0d558113: Merge change 24932 into eclair

Merge commit '0d5581133285cef4d7582b531e0bf09cee86aa90' into eclair-plus-aosp

* commit '0d5581133285cef4d7582b531e0bf09cee86aa90':
  Added a little more logging in OMXCodec.cpp for vendors to be able to reproduce issues...
parents 50b71a4d 95301196
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1266,6 +1266,8 @@ status_t OMXCodec::freeBuffersOnPort(

        CHECK_EQ(info->mOwnedByComponent, false);

        CODEC_LOGV("freeing buffer %p on port %ld", info->mBuffer, portIndex);

        status_t err =
            mOMX->free_buffer(mNode, portIndex, info->mBuffer);