Getting DeadSystemException from WorkManager on LG Android 10 devices

Viewed 1007

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?

1 Answers
Related