Commit 40d44c48 by olly Committed by Oliver Woodman

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
parent 4e504bc4
...@@ -1233,8 +1233,7 @@ public class SimpleExoPlayer extends BasePlayer ...@@ -1233,8 +1233,7 @@ public class SimpleExoPlayer extends BasePlayer
Log.w( Log.w(
TAG, TAG,
"Player is accessed on the wrong thread. See " "Player is accessed on the wrong thread. See "
+ "https://exoplayer.dev/troubleshooting.html#" + "https://exoplayer.dev/issues/player-accessed-on-wrong-thread",
+ "what-do-player-is-accessed-on-the-wrong-thread-warnings-mean",
hasNotifiedFullWrongThreadWarning ? null : new IllegalStateException()); hasNotifiedFullWrongThreadWarning ? null : new IllegalStateException());
hasNotifiedFullWrongThreadWarning = true; hasNotifiedFullWrongThreadWarning = true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment