mirror of
https://github.com/androidx/media.git
synced 2025-05-04 14:10:40 +08:00
Clarify EventLogger Window log
PiperOrigin-RevId: 347789441
This commit is contained in:
parent
751809b4e5
commit
5a6c99e304
@ -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
|
||||||
+ "]");
|
+ "]");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user