Skip to content

Commit

Permalink
Clarify EventLogger Window log
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 347789441
  • Loading branch information
krocard authored and christosts committed Dec 17, 2020
1 parent 751809b commit 5a6c99e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ public void onTimelineChanged(EventTime eventTime, @Player.TimelineChangeReason
" "
+ "window ["
+ getTimeString(window.getDurationMs())
+ ", "
+ ", seekable="
+ window.isSeekable
+ ", "
+ ", dynamic="
+ window.isDynamic
+ "]");
}
Expand Down

0 comments on commit 5a6c99e

Please sign in to comment.