Commit 5a6c99e3 by krocard Committed by Christos Tsilopoulos

Clarify EventLogger Window log

PiperOrigin-RevId: 347789441
parent 751809b4
...@@ -181,9 +181,9 @@ public class EventLogger implements AnalyticsListener { ...@@ -181,9 +181,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