mirror of
https://github.com/samsonjs/media.git
synced 2026-04-17 13:15:47 +00:00
Fix EventLogger audio underrun logging
PiperOrigin-RevId: 327610950
This commit is contained in:
parent
74f788afc3
commit
e2fc5c2190
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ public class EventLogger implements AnalyticsListener {
|
|||
loge(
|
||||
eventTime,
|
||||
"audioTrackUnderrun",
|
||||
bufferSize + ", " + bufferSizeMs + ", " + elapsedSinceLastFeedMs + "]",
|
||||
bufferSize + ", " + bufferSizeMs + ", " + elapsedSinceLastFeedMs,
|
||||
/* throwable= */ null);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue