Commit 706668fd by Julio Zynger

Name logged fields in EventLogger

parent b7710914
...@@ -489,8 +489,8 @@ public class EventLogger implements AnalyticsListener { ...@@ -489,8 +489,8 @@ public class EventLogger implements AnalyticsListener {
windowPeriodString += ", ad=" + eventTime.mediaPeriodId.adIndexInAdGroup; windowPeriodString += ", ad=" + eventTime.mediaPeriodId.adIndexInAdGroup;
} }
} }
return getTimeString(eventTime.realtimeMs - startTimeMs) return "eventDuration= " + getTimeString(eventTime.realtimeMs - startTimeMs)
+ ", " + ", playbackPosition="
+ getTimeString(eventTime.currentPlaybackPositionMs) + getTimeString(eventTime.currentPlaybackPositionMs)
+ ", " + ", "
+ windowPeriodString; + windowPeriodString;
......
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