mirror of
https://github.com/samsonjs/media.git
synced 2026-04-18 13:25:47 +00:00
Update player accessed on wrong thread URL
PiperOrigin-RevId: 247418601
This commit is contained in:
parent
3a3a941abd
commit
0a6f81a2cc
1 changed files with 1 additions and 1 deletions
|
|
@ -1232,7 +1232,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