-
Notifications
You must be signed in to change notification settings - Fork 140
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 Crashing #199
Comments
Is music playing when this happens? I've never seen anything like this before. |
sounds like very aggressive battery optimization that closes the app when it runs in the background maybe? |
Yes music is always playing when it happens, and I have disabled any battery optimization for the app already. |
Which ROM do you use? |
LG's stock (custom) Android 10 rom from LGv40 |
I can't find anything online saying that LG is particularly bad at killing apps. The app uses about 200-300MB of RAM when playing music, and Dart/Kotlin don't have memory leaks (unless there's a bug in the language itself or something). If you can get access to a logcat, try searching for finamp or flutter, there may be a crash report there if it really is hard crashing. |
Yeah I'll check the logcat when I get some time |
I haven't had time to check, but I'm wondering if I'm actually getting thrown for a loop, and it's just due to the song ending and nothing else being in the queue, so the notification disappears. I did notice this happen yesterday. I'll keep a lookout and see if I notice whether it does it during a song playback, or at the end. |
Yeah, the notification will disappear when the queue ends, although the new release will be more like how it "should" be with the queue returning to the start once its done (personally I prefer the notification disappearing but Android 11 likes players to persist). Album shuffling should work, but it always picks the first song. This is a known issue and is tracked at #61, I'm pretty sure it's an issue with the player package I use. |
@seniorm0ment is this still an issue for you? |
I have not noticed any crashing personally |
Alright, nice. Be sure to disable "enter low-priority state on pause" in the settings (Android only) to prevent the OS from closing the app, just to be sure :) |
I notice fairly often I can throw something on then after a song or two the app just closes. It disappears from notifications menu and stops playing music.
Android 10, F-Droid Latest Version
The text was updated successfully, but these errors were encountered: