Improve logging for BandwidthSampler map size bug entry.
gfe-relnote: extra details in a GFE_BUG call. Not flag-protected.
PiperOrigin-RevId: 263353963
Change-Id: Ie039f8d91fea6b79796975e975b9cc9d6c0a9c73
diff --git a/quic/core/congestion_control/bbr_sender.cc b/quic/core/congestion_control/bbr_sender.cc
index bea0d00..efae7c5 100644
--- a/quic/core/congestion_control/bbr_sender.cc
+++ b/quic/core/congestion_control/bbr_sender.cc
@@ -90,7 +90,7 @@
random_(random),
stats_(stats),
mode_(STARTUP),
- sampler_(kBandwidthWindowSize),
+ sampler_(unacked_packets, kBandwidthWindowSize),
round_trip_count_(0),
max_bandwidth_(kBandwidthWindowSize, QuicBandwidth::Zero(), 0),
max_ack_height_(kBandwidthWindowSize, 0, 0),