You are on page 1of 1

java.lang.

RuntimeException: Unable to unbind to service


androidx.work.impl.background.systemjob.SystemJobService@5580b11 with Intent
{ cmp=com.snaptube.premium/androidx.work.impl.background.systemjob.SystemJobService
}: java.lang.RuntimeException: android.os.DeadSystemException
at android.app.ActivityThread.handleUnbindService(ActivityThread.java:4717)
at android.app.ActivityThread.access$2000(ActivityThread.java:271)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2163)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:211)
at android.os.Looper.loop(Looper.java:300)
at android.app.ActivityThread.main(ActivityThread.java:8322)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:556)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1038)
Caused by: java.lang.RuntimeException: android.os.DeadSystemException
at android.app.ActivityThread.handleUnbindService(ActivityThread.java:4711)
... 9 more
Caused by: android.os.DeadSystemException
... 10 more

You might also like