mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
Add threading model note to hello-word page
Also add layer of indirection between code and the guide, to make moving content easier going forward. PiperOrigin-RevId: 255182216
This commit is contained in:
parent
e3f1332b1e
commit
d57a8587d2
1 changed files with 1 additions and 2 deletions
|
|
@ -1231,8 +1231,7 @@ public class SimpleExoPlayer extends BasePlayer
|
|||
Log.w(
|
||||
TAG,
|
||||
"Player is accessed on the wrong thread. See "
|
||||
+ "https://exoplayer.dev/troubleshooting.html#"
|
||||
+ "what-do-player-is-accessed-on-the-wrong-thread-warnings-mean",
|
||||
+ "https://exoplayer.dev/issues/player-accessed-on-wrong-thread",
|
||||
hasNotifiedFullWrongThreadWarning ? null : new IllegalStateException());
|
||||
hasNotifiedFullWrongThreadWarning = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue