Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Exception #483

Open
pieroashady opened this issue Sep 30, 2024 · 0 comments
Open

Java Exception #483

pieroashady opened this issue Sep 30, 2024 · 0 comments

Comments

@pieroashady
Copy link

pieroashady commented Sep 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant