Add dropped input buffers to DebugTextViewHelper

The field is more relevant with the
`experimentalSetLateThresholdToDropDecoderInputUs` API.

PiperOrigin-RevId: 726383978
This commit is contained in:
dancho 2025-02-13 02:09:02 -08:00 committed by Copybara-Service
parent b9ef0353cf
commit 38cfd7dc36

View File

@ -182,6 +182,8 @@ public class DebugTextViewHelper {
+ counters.skippedOutputBufferCount
+ " rb:"
+ counters.renderedOutputBufferCount
+ " dib:"
+ counters.droppedInputBufferCount
+ " db:"
+ counters.droppedBufferCount
+ " mcdb:"