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

Commit c121cd19 authored by Robert Wu's avatar Robert Wu
Browse files

Reduce an log to verbose

In AudioFlinger, we added more info to a specific failure case. This cl
removes an unnecessary log in AudioTrack to keep logs to a minimum.

Bug: 194956750
Test: mma
Change-Id: If6b61e667710f709a42e39652de914df6048f380
parent 4c7bb7dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1797,7 +1797,7 @@ status_t AudioTrack::createTrack_l()
                mAwaitBoost = true;
            }
        } else {
            ALOGD("%s(%d): AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount %zu -> %zu",
            ALOGV("%s(%d): AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount %zu -> %zu",
                  __func__, mPortId, mReqFrameCount, mFrameCount);
        }
    }