Update player accessed on wrong thread URL

PiperOrigin-RevId: 247418601
This commit is contained in:
andrewlewis 2019-05-09 15:10:41 +01:00 committed by Oliver Woodman
parent 3a3a941abd
commit 0a6f81a2cc

View file

@ -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;