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

Commit 92022857 authored by Andreas Huber's avatar Andreas Huber
Browse files

Added a little more logging in OMXCodec.cpp for vendors to be able to reproduce issues...

parent 1fa72447
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);