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

Commit 75fe8b71 authored by Robert Wu's avatar Robert Wu
Browse files

AAudio: Remove TODO about deadline bug

A comment should be removed.

The comment was added when the log statements
were errors. After the comment was added, the
log statements got changed into warnings. Through
a quick bug search, these warnings seem useful
to OEMs when they encounter the warnings. Thus,
this CL simply removes the comment.

Bug: 243432373
Test: TreeHugger

Change-Id: I2153ef8dc11f67b481f297598f6e5b50e6deb2bf
parent 783a21c6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -807,7 +807,6 @@ aaudio_result_t AudioStreamInternal::processData(void *buffer, int32_t numFrames

            if (wakeTimeNanos > deadlineNanos) {
                // If we time out, just return the framesWritten so far.
                // TODO remove after we fix the deadline bug
                ALOGW("processData(): entered at %lld nanos, currently %lld",
                      (long long) entryTimeNanos, (long long) currentTimeNanos);
                ALOGW("processData(): TIMEOUT after %lld nanos",