mirror of
https://github.com/samsonjs/media.git
synced 2026-04-21 13:55:47 +00:00
Update player accessed on wrong thread URL
PiperOrigin-RevId: 247418601
This commit is contained in:
parent
ee5981c02d
commit
29add854af
1 changed files with 1 additions and 1 deletions
|
|
@ -1231,7 +1231,7 @@ public class SimpleExoPlayer extends BasePlayer
|
|||
Log.w(
|
||||
TAG,
|
||||
"Player is accessed on the wrong thread. See "
|
||||
+ "https://exoplayer.dev/faqs.html#"
|
||||
+ "https://exoplayer.dev/troubleshooting.html#"
|
||||
+ "what-do-player-is-accessed-on-the-wrong-thread-warnings-mean",
|
||||
hasNotifiedFullWrongThreadWarning ? null : new IllegalStateException());
|
||||
hasNotifiedFullWrongThreadWarning = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue