Closed Hew-ux closed 1 year ago
I finally understand the issue ... the background job is running longer than 10 minutes (see duration between BackgroundJob: Execute background job.
and BackgroundJob: Job failed.
). The OS kills the background job which causes a JobCancellationException in the download code
I should use setForground() https://developer.android.com/guide/background/persistent/how-to/long-running
Fix will be part of the next release
Describe the bug The background downloading of browser updates fail. Running Android 10 on a Lenovo M10 tablet. It has happened multiple times.
It does sometimes successfully download the update though.
To Reproduce Steps to reproduce the behavior:
Expected behavior For the background downloads to succeed, or at least try again later if failed.
Error message from FFUpdater Stacktrace: