Print pool stats whenever we fail to get an ExoPlayer instance.
This commit is contained in:
parent
4220395649
commit
c1ff2aeeff
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ abstract class ExoPlayerPool<T : ExoPlayer>(
|
|||
pool[player] = poolState
|
||||
player
|
||||
} else {
|
||||
Log.d(TAG, "Failed to get an ExoPlayer instance for tag: $tag")
|
||||
Log.d(TAG, "Failed to get an ExoPlayer instance for tag: $tag :: ${poolStats()}")
|
||||
null
|
||||
}?.apply {
|
||||
configureForVideoPlayback()
|
||||
|
|
Loading…
Add table
Reference in a new issue