Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get app crash log from Google play console

I have android app, released to Play Store. Few users are getting crashes & crash asking them to submit report.

I believe these reports are getting stored in google play store console. I am able to get crash count & related device except crash report. Where can I get all issues log report from console? Thank you

like image 816
R15 Avatar asked Dec 04 '18 11:12

R15


People also ask

How do I find my Google Play crash log?

Find your dataOn the left menu, select Quality > Android vitals > Crashes and ANRs. Near the center of your screen, use the filters to help you find and diagnose issues.


2 Answers

In the new Developer Console experience, starting to be active on November 2nd 2020, follow the steps below to see crashes and Android not responding (ANR)s reports:

  1. Login to the developer console: https://play.google.com/apps/publish/
  2. In the overview select an app
  3. Look for the Quality header on the left menu
  4. Select Android vitals
  5. Select Crashes and ANRs
  6. Change the filter to your needs

Android Developer Console Crash logs


You may need to scroll to the right to access the crash details, as mentioned in the comments.

Android Developer Console crash log details

like image 197
Bruno Bieri Avatar answered Oct 18 '22 19:10

Bruno Bieri


  • Select an app.
  • On the left menu, select Android vitals > ANRs & Crashes.
  • Near the middle of your screen, use the filters to help you find and diagnose issues.
  • Or, select a cluster to get more details about a specific crash or ANR error.
like image 20
Nick Fortescue Avatar answered Oct 18 '22 20:10

Nick Fortescue