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

Commit c0910fe8 authored by android-build-team Robot's avatar android-build-team Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove misleading diagnostic" into pi-dev

parents aa60151a b2fe60bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -764,7 +764,7 @@ void MediaCodec::statsBufferReceived(int64_t presentationUs) {

    // ignore stuff with no presentation time
    if (presentationUs <= 0) {
        ALOGD("-- returned buffer has bad timestamp %" PRId64 ", ignore it", presentationUs);
        ALOGV("-- returned buffer timestamp %" PRId64 " <= 0, ignore it", presentationUs);
        mLatencyUnknown++;
        return;
    }