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

Commit 47a13d45 authored by Phil Burk's avatar Phil Burk Committed by Android (Google) Code Review
Browse files

Merge "[media][nuplayer] Remove debug message EWOULDBLOCK" into lmp-dev

parents 95861b33 cbe165a6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1279,7 +1279,6 @@ status_t NuPlayer::feedDecoderInputData(bool audio, const sp<AMessage> &msg) {
        }

        if (err == -EWOULDBLOCK) {
            ALOGD("feedDecoderInputData() got EWOULDBLOCK");
            if (biggerBuffer == NULL) {
                return err;
            } else {