-
Notifications
You must be signed in to change notification settings - Fork 155
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
app still crashes on 0.20 when pressing "stop" while playing #54
Comments
i am testing this app with 4 different devices: s2, s5, fairphone 1, nexus 7 |
still the same problem, doing network stuff on main thread: 06-18 19:05:34.304: E/AndroidRuntime(13209): FATAL EXCEPTION: main |
06-18 18:42:17.710: E/AndroidRuntime(12894): FATAL EXCEPTION: main |
put this in your onCreate() method to find all these problems: ------- only after API level 9 ------- ------- only after API level 9 ------- try { StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder().detectAll().penaltyDeath().penaltyLog().build()); StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder().detectAll().penaltyLog().build()); StrictMode.ThreadPolicy old = StrictMode.getThreadPolicy(); StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder(old).permitDiskWrites().build()); old = StrictMode.getThreadPolicy(); StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder(old).permitDiskReads().build()); } catch (NoClassDefFoundError e) { } ------- only after API level 9 ------- ------- only after API level 9 ------- |
still happens on 0.20 version |
any new on this? this is very bad :-( |
thank you for your help! |
no problem. if it happens again i will send log again. |
fdroid takes 24 hours. :( |
that is the current build, if you check it now, i will wait with pushing to fdroid |
i pushed the new build, because i got no answer |
i can not test now. at home it works. but normally i use it in my car with blutooth. thanks for your work! |
0.21 works fine now. thanks! |
cool! |
aso, du bist eh aus wien :-) |
yes :) du auch? |
yup. stupid that on github you can not send private messages. |
still happening on 0.20 !
The text was updated successfully, but these errors were encountered: