-
Notifications
You must be signed in to change notification settings - Fork 6
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
Crash #90
Comments
Can confirm this issue. OS: Android 13 (LineageOS 20)
|
Thank you for the bug report. I was able to reproduce the problem myself and also found the solution. The problem can be solved if we add some proguards rules as mentioned here by the developer. I added the file and the crash seems to be fixed. A side effect seems to be that fosswarn triggers the next background task only after the defined frequency and not directly at startup. Before that, fosswarn seems to have restarted because of the crash, which also caused the background service to run directly. Maybe we can think about implementing a callback that manually triggers the background task after startup. |
Any news on this issue? I have the same (silent) crash on every boot. |
Describe the bug
After start from the phone the app is crashing
To Reproduce
Start the phone
Expected behavior
No crash
Device :
The text was updated successfully, but these errors were encountered: