NotificationService.kt line 56
Tenkei opened this issue · 0 comments
Tenkei commented
in com.esbati.keivan.persiancalendar.Features.Notification.NotificationService.onDestroy
- Number of crashes: 1
- Impacted devices: 1
There's a lot more information about this crash on crashlytics.com:
https://fabric.io/personal-projects11111111111489234038/android/apps/com.esbati.keivan.calendor/issues/5c8e1a42f8b88c29636ca167?utm_medium=service_hooks-github&utm_source=issue_impact
Stacktrace:
Fatal Exception: java.lang.RuntimeException: Unable to stop service com.esbati.keivan.persiancalendar.Features.Notification.NotificationService@5295260: java.lang.IllegalArgumentException: Receiver not registered: com.esbati.keivan.persiancalendar.Features.Notification.NotificationBroadcastReceiver@ff18319
at android.app.ActivityThread.handleStopService(ActivityThread.java:3522)
at android.app.ActivityThread.-wrap26(Unknown Source)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1697)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)