Hi,
I need help, i get theses errors in play console but i do not know where to look in my code.
android.app.RemoteServiceException
android.app.ActivityThread$H.handleMessage
These errors seem to be present only on Samsung devices.
I have a background service
I have a notif service
Can you give me some advices on where to look for error.
Thanks
Francis
I need help, i get theses errors in play console but i do not know where to look in my code.
android.app.RemoteServiceException
android.app.ActivityThread$H.handleMessage
These errors seem to be present only on Samsung devices.
I have a background service
I have a notif service
Can you give me some advices on where to look for error.
Thanks
Francis
Error detail:
android.app.RemoteServiceException:
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2019)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:158)
at android.app.ActivityThread.main (ActivityThread.java:7225)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1230)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1120)