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

Commit 0ff023e8 authored by Byeongjo Park's avatar Byeongjo Park Committed by Presubmit Automerger Backend
Browse files

[automerge] VT: fixed an infinite loop of RR sending. 2p: 71940cfd

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/16663697

Bug: 214428241
Change-Id: I666cc9707c1d7acf95d02c8983be29b53db31850
parents 5edb8f70 71940cfd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -558,6 +558,7 @@ void ARTPConnection::onPollStreams() {
                if (n != (ssize_t)buffer->size()) {
                    ALOGW("failed to send RTCP receiver report (%s).",
                            n >= 0 ? "connection gone" : strerror(errno));
                    ++it;
                    continue;
                }