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

Commit 0d558113 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 24932 into eclair

* changes:
  Added a little more logging in OMXCodec.cpp for vendors to be able to reproduce issues...
parents d023f9a9 92022857
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);