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

Commit 2720c8c4 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "audioflinger: remove debug log." into lmp-dev

parents 866e028b 80b617cf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3991,8 +3991,6 @@ AudioFlinger::PlaybackThread::mixer_state AudioFlinger::DirectOutputThread::prep
            minFrames = 1;
        }

        ALOGI("prepareTracks_l minFrames %d state %d frames ready %d, ",
              minFrames, track->mState, track->framesReady());
        if ((track->framesReady() >= minFrames) && track->isReady() && !track->isPaused() &&
                !track->isStopping_2() && !track->isStopped())
        {