After uploading an app update to Google Play console, I get a pre-launch report for this update showing some testing devices with issues. I believe that report uses the same infrastructure as Firebase Test Lab, so I'm asking here:
One of the issues reported doesn't seem to be one with my app, but with the testing device itself. In the attached video, I see the Robo test on a specific test bumbling about for several minutes with a Share button in my app, always getting stuck on Android's own Sharesheet which is implemented exactly as outlined here (
https://developer.android.com/training/sharing/send).
The test device is running a pl_PL locale, so I can't be completely sure, but it looks as if there's a crash whenever the Robo test clicks the Messages app icon on that sharesheet. In any case, Google Play console reports an issue with my app, although the stack trace doesn't show any of my app's components as the cause (start of the stack trace attached below).
Is there any other way for me to report a false positive like this?
stack trace:
FATAL EXCEPTION: main
Process: com.google.android.apps.messaging, PID: 30033
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversationlist.ShareIntentActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f08014a
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2805)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2883)
at android.app.ActivityThread.-wrap11(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1613)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6523)
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:857)
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f08014a