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

Commit cbe165a6 authored by Phil Burk's avatar Phil Burk
Browse files

[media][nuplayer] Remove debug message EWOULDBLOCK



A debug message that was silent during testing is now spewing messages.
It was removed.

Bug: 17438882
Change-Id: I9c61409cac77c7bc1fd1088815823207094606f2
Signed-off-by: default avatarPhil Burk <philburk@google.com>
parent 8270e1d1
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 {