Commit 125de929 by krocard Committed by Ian Baker

Clarify EventLogger Window log

PiperOrigin-RevId: 347789441
parent a015b7ec
...@@ -179,9 +179,9 @@ public class EventLogger implements AnalyticsListener { ...@@ -179,9 +179,9 @@ public class EventLogger implements AnalyticsListener {
" " " "
+ "window [" + "window ["
+ getTimeString(window.getDurationMs()) + getTimeString(window.getDurationMs())
+ ", " + ", seekable="
+ window.isSeekable + window.isSeekable
+ ", " + ", dynamic="
+ window.isDynamic + window.isDynamic
+ "]"); + "]");
} }
......
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 sign in to comment