Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0a6f81a2
authored
May 09, 2019
by
andrewlewis
Committed by
Oliver Woodman
May 15, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update player accessed on wrong thread URL
PiperOrigin-RevId: 247418601
parent
3a3a941a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/core/src/main/java/com/google/android/exoplayer2/SimpleExoPlayer.java
library/core/src/main/java/com/google/android/exoplayer2/SimpleExoPlayer.java
View file @
0a6f81a2
...
@@ -1232,7 +1232,7 @@ public class SimpleExoPlayer extends BasePlayer
...
@@ -1232,7 +1232,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/
faqs
.html#"
+
"https://exoplayer.dev/
troubleshooting
.html#"
+
"what-do-player-is-accessed-on-the-wrong-thread-warnings-mean"
,
+
"what-do-player-is-accessed-on-the-wrong-thread-warnings-mean"
,
hasNotifiedFullWrongThreadWarning
?
null
:
new
IllegalStateException
());
hasNotifiedFullWrongThreadWarning
?
null
:
new
IllegalStateException
());
hasNotifiedFullWrongThreadWarning
=
true
;
hasNotifiedFullWrongThreadWarning
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment