mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00:00
Clarify EventLogger Window log
PiperOrigin-RevId: 347789441
This commit is contained in:
parent
751809b4e5
commit
5a6c99e304
1 changed files with 2 additions and 2 deletions
|
|
@ -181,9 +181,9 @@ public class EventLogger implements AnalyticsListener {
|
|||
" "
|
||||
+ "window ["
|
||||
+ getTimeString(window.getDurationMs())
|
||||
+ ", "
|
||||
+ ", seekable="
|
||||
+ window.isSeekable
|
||||
+ ", "
|
||||
+ ", dynamic="
|
||||
+ window.isDynamic
|
||||
+ "]");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue