Index: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc |
index 338c4d8e4d38f8d95da4fddf665247a70c301c02..02848062c540d5a1e2e8dae5264460943b1de983 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc |
@@ -69,6 +69,7 @@ void SendSideBweSender::GiveFeedback(const FeedbackPacket& feedback) { |
int64_t rtt_ms = |
clock_->TimeInMilliseconds() - feedback.latest_send_time_ms(); |
+ // fprintf(stderr, "%ld\n", rtt_ms); |
philipel
2017/05/30 09:43:38
Undo this change
gnish2
2017/05/30 15:13:22
Done.
|
bwe_->OnRttUpdate(rtt_ms, rtt_ms); |
BWE_TEST_LOGGING_PLOT(1, "RTT", clock_->TimeInMilliseconds(), rtt_ms); |