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

Commit e3c9689e authored by Wonsik Kim's avatar Wonsik Kim
Browse files

stagefright: remove logspam for queuing secure buffers

Bug: 148192445
Test: Play Movies
Change-Id: Ia1f26d4cc2dd59f99730a782a9d25d28f337c8e0
parent 86d5a2a3
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),