Commit ee85bd3d authored by Harald Alvestrand's avatar Harald Alvestrand Committed by Commit Bot

Remove code for ApplicationMaxConsecutiveBytesDiscard stat

The histogram has expired long ago (July 2019).

Bug: chromium:975747
Change-Id: I5e4e8eb03ea9df2fc96f84e0e6468b4a5d4ed8d0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2187772Reviewed-by: default avatarGuido Urdaneta <guidou@chromium.org>
Commit-Queue: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#766394}
parent 9f97cac5
...@@ -251,8 +251,6 @@ IpcPacketSocket::~IpcPacketSocket() { ...@@ -251,8 +251,6 @@ IpcPacketSocket::~IpcPacketSocket() {
Close(); Close();
} }
UMA_HISTOGRAM_CUSTOM_COUNTS("WebRTC.ApplicationMaxConsecutiveBytesDiscard.v2",
max_discard_bytes_sequence_, 1, 1000000, 200);
if (total_packets_ > 0) { if (total_packets_ > 0) {
UMA_HISTOGRAM_PERCENTAGE("WebRTC.ApplicationPercentPacketsDiscarded", UMA_HISTOGRAM_PERCENTAGE("WebRTC.ApplicationPercentPacketsDiscarded",
(packets_discarded_ * 100) / total_packets_); (packets_discarded_ * 100) / total_packets_);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment