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

Unverified Commit bdafb3b7 authored by Shrikara B's avatar Shrikara B Committed by Michael Bestas
Browse files

codec2: Change a Info print into Verbose

To reduce the power consumption, a info log is changed into
verbose since this log gets printed too many times in some
cases.

CRs-Fixed: 3177867
Change-Id: Iebd83fe33bd564021664b918688e5f4b49694ecb
parent 7981e160
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1124,7 +1124,7 @@ void CCodecBufferChannel::feedInputBufferIfAvailableInternal() {
                pipelineRoom = SIZE_MAX;
            }
            if (pipelineRoom <= input->buffers->numClientBuffers()) {
                ALOGI("pipelineRoom(%zu) is <= numClientBuffers(%zu). "
                ALOGV("pipelineRoom(%zu) is <= numClientBuffers(%zu). "
                    "Not signalling any more buffers to client",
                    pipelineRoom, input->buffers->numClientBuffers());
                break;