You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception java.lang.RuntimeException:
at android.app.ActivityThread.handleCreateService (ActivityThread.java:4822)
at android.app.ActivityThread.-$$Nest$mhandleCreateService
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2349)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:243)
at android.os.Looper.loop (Looper.java:338)
at android.app.ActivityThread.main (ActivityThread.java:8399)
at java.lang.reflect.Method.invoke
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:589)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1055)
Caused by java.lang.SecurityException:
at android.os.Parcel.createExceptionOrNull (Parcel.java:3067)
at android.os.Parcel.createException (Parcel.java:3051)
at android.os.Parcel.readException (Parcel.java:3034)
at android.os.Parcel.readException (Parcel.java:2976)
at android.app.IActivityManager$Stub$Proxy.setServiceForeground (IActivityManager.java:7336)
at android.app.Service.startForeground (Service.java:775)
at id.flutter.flutter_background_service.BackgroundService.updateNotificationInfo
at id.flutter.flutter_background_service.BackgroundService.onCreate
at android.app.ActivityThread.handleCreateService (ActivityThread.java:4809)
Caused by android.os.RemoteException: Remote stack trace:
at com.android.server.am.ActiveServices.validateForegroundServiceType (ActiveServices.java:2737)
at com.android.server.am.ActiveServices.setServiceForegroundInnerLocked (ActiveServices.java:2439)
at com.android.server.am.ActiveServices.setServiceForegroundLocked (ActiveServices.java:1785)
at com.android.server.am.ActivityManagerService.setServiceForeground (ActivityManagerService.java:14262)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$ (IActivityManager.java:12677)
Need help as my app having crash report on production
The text was updated successfully, but these errors were encountered:
Exception java.lang.RuntimeException:
at android.app.ActivityThread.handleCreateService (ActivityThread.java:4822)
at android.app.ActivityThread.-$$Nest$mhandleCreateService
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2349)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:243)
at android.os.Looper.loop (Looper.java:338)
at android.app.ActivityThread.main (ActivityThread.java:8399)
at java.lang.reflect.Method.invoke
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:589)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1055)
Caused by java.lang.SecurityException:
at android.os.Parcel.createExceptionOrNull (Parcel.java:3067)
at android.os.Parcel.createException (Parcel.java:3051)
at android.os.Parcel.readException (Parcel.java:3034)
at android.os.Parcel.readException (Parcel.java:2976)
at android.app.IActivityManager$Stub$Proxy.setServiceForeground (IActivityManager.java:7336)
at android.app.Service.startForeground (Service.java:775)
at id.flutter.flutter_background_service.BackgroundService.updateNotificationInfo
at id.flutter.flutter_background_service.BackgroundService.onCreate
at android.app.ActivityThread.handleCreateService (ActivityThread.java:4809)
Caused by android.os.RemoteException: Remote stack trace:
at com.android.server.am.ActiveServices.validateForegroundServiceType (ActiveServices.java:2737)
at com.android.server.am.ActiveServices.setServiceForegroundInnerLocked (ActiveServices.java:2439)
at com.android.server.am.ActiveServices.setServiceForegroundLocked (ActiveServices.java:1785)
at com.android.server.am.ActivityManagerService.setServiceForeground (ActivityManagerService.java:14262)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$ (IActivityManager.java:12677)
Need help as my app having crash report on production
The text was updated successfully, but these errors were encountered: