Google Play Console reported crashes for an app of mine that obviously do not relate to my app. This information is provided:
android.app.RemoteServiceException:
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1768)
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 (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:807)
As you can see my app is not even mentioned. So I wonder whether that crash report actually relates to my app. Resp. I'd like to know how to identify the issue in my coding causing that crash. Maybe the stack trace is truncated. But I cannot access any subsequent items.
Any ideas appreciated.
This is not the same as the question mentioned. There it is about fixing a concrete issue. Here it is about a vague issue indicated by Google Play Console, not being specific whether or how that issue relates to my app at all.