-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
play back ANR? #18
Comments
Did you find an error in a specific section of code? A null pointer should result in a crash, not an ANR. Is your problem specific to AntennaPod? If so, I'm thinking it more has to do with what gets executed when the callback to the player is called. |
ok .i only use the presto_client-0.8.5.jar. I have not use the AntennaPod. and i use the media's interface such as " mMediaPlayer.setOnPreparedListener(new com.aocate.media.MediaPlayer.OnPreparedListener() {" .. mMediaPlayer.setOnBufferingUpdateListener(new com.aocate.media.MediaPlayer.OnBufferingUpdateListener() so, what's wrong??? i just use this library like android system media player control. i guess when i release the media your library not on stop at this time ,such as stop slow or another . |
And , i have test that if not use your library (your SoundService). ANR not appear ,so i have guess my last answers.and often tell me this log: I mean some problems between the presto's custom mediaPlayer and your SoundService. |
Hi.man!
when i just back to my homeActivity from the player activity .it will ANR often .
so i try to disable the SoundService in my manifest config,it will back success,and never ANR,I guess your SoundService maybe have some problem .
for Example synchronized error ,i mean lock bad. and i found that your SoundService need add like this if (track != null) {//do your code..},well,it's safe project.
Thanks.
The text was updated successfully, but these errors were encountered: