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

Commit 600ac179 authored by Wonsik Kim's avatar Wonsik Kim Committed by Android (Google) Code Review
Browse files

Merge "stagefright: remove logspam for queuing secure buffers"

parents 6c3c6c7b e3c9689e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3619,7 +3619,6 @@ status_t MediaCodec::onQueueInputBuffer(const sp<AMessage> &msg) {
        AString *errorDetailMsg;
        CHECK(msg->findPointer("errorDetailMsg", (void **)&errorDetailMsg));

        ALOGI("calling queueSec");
        err = mBufferChannel->queueSecureInputBuffer(
                buffer,
                (mFlags & kFlagIsSecure),