mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Print pool stats whenever we fail to get an ExoPlayer instance.
This commit is contained in:
committed by
Cody Henthorne
parent
4220395649
commit
c1ff2aeeff
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user