Closed Porkepix closed 7 months ago
I think the reason for the exceptions are the Background Execution Limits that were introduced with Android 8.0 (API level 26). The solution seems to be to do the Background Work with a JobScheduler. I'll look into that.
I could not reproduce the issue but I hope its fixed by #115.
On last phone restart, I got a crash message from this application.
Upon checking for other issues, I found out this exception in the logs:
Note that this appears in the crashs log, not the main or system one, which is unusual (log isn't filled with many things).
EDIT: Edited logs above for a little more lines at the bottom.
Note the issue happens on most of the boot. It might be related to the quantity of things it tries to start (could be nice to be able to disable services as on desktop OS…), but nonetheless this application is the one presenting this boot crash the most, on almost every reboot.