Search code examples
androidandroid-workmanagerandroid-10.0

Getting DeadSystemException from WorkManager on LG Android 10 devices


I am getting following RuntimeException from Crashlytics.

Fatal Exception: java.lang.RuntimeException
Unable to create service androidx.work.impl.background.systemjob.SystemJobService: java.lang.RuntimeException: android.os.DeadSystemException

It happens 100% on Android 10 (so far) enter image description here

And 100% on LG devices (Especially on LG K50) (so far) enter image description here

The WorkManager version I am using is 2.4.0

Does anyone have an idea?


Solution

  • https://issuetracker.google.com/u/0/issues/173766925

    It seems to be a LG manufacturer bug. There may be nothing you can do from the App developer/WorkManager side.