Relative Content

Tag Archive for androidgoogle-play-consolecrash-reportsgoogle-play-developer-apinative-crash-reporting

Connecting 3rd party Crash Analytics to Google Play’s Crash Analytics

I am new to the Google Play Store Console, and noticed some crashes and ANRs reported in the GP console that I have not seen on my 3rd party crash analytics dashboard. However, Google only reports the crash/ANR stack trace, and I was hoping I could get context around the crash and/or the ANR. Is there a way I can see full logs for a given crash and what lead up to the report? Or a way I can harvest unique identifiers so I can query for those logs in my 3rd party console?
I saw this post which suggests intercepting all crashes and appending user data to it- this sounds like a TOS violation though… also wouldn’t help for ANRs