android-visualizer
android-visualizer copied to clipboard
Get System error
Hello
I have used visualizer in my app and I get below system error randomly So I can not figure out actual issue. Can you please help me to solve this issue.
E/MediaPlayer(29188): Should have subtitle controller already set A/libc(29188): Fatal signal 11 (SIGSEGV) at 0x42f20000 (code=2), thread 29529 (Visualizer)
Thanks Girish
I can't reproduce this myself, although this SO question might help you: http://stackoverflow.com/questions/20087804/should-have-subtitle-controller-already-set-mediaplayer-error-android
Does the app actually crash? Or does it just log the error message?
The answer on SO suggests just ignoring the Exception. Could you try if this fixes your problem, and if it does submit a Pull Request, so others can benefit from your fix?
Thanks a lot for reply me.
And my app is crash and I get this error log. My app is not crash at particular point but it is randomly crashing and I get below log.
A/libc(29188): Fatal signal 11 (SIGSEGV) at 0x42f20000 (code=2), thread 29529 (Visualizer)
Above is the main error which I get. Can you please help me to resolve this issue?
Thanks
Sorry, I can't repro this, so don't know if I can be much help. Perhaps you could try to post on StackOverflow, with more detailed information? I found this question, which might help: http://stackoverflow.com/questions/14302825/fatal-signal-11-android-visualizer