Skip to content

Commit

Permalink
Update player accessed on wrong thread URL
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 247418601
  • Loading branch information
andrewlewis authored and ojw28 committed May 15, 2019
1 parent ee5981c commit 29add85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ private void verifyApplicationThread() {
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;
Expand Down

0 comments on commit 29add85

Please sign in to comment.