How can I get app crash log from Google play console
Asked Answered
I

3

18

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

Impassible answered 4/12, 2018 at 11:46 Comment(7)
use can use Google or firebase crashlytics, Fabric is also great optionPterous
Yeah I can use it for future logs. But I need info about crashes which had happened. Thank you.Impassible
ok you mean on crash , crash message send you to by api ?Pterous
Explicitly I have not implemented it but I believe google store it in console as information of released app.Impassible
So is there any way to get crashes information from console.Impassible
well, I really don't know maybe this will help you, #3180938Pterous
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.Pterous
E
21
  • 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.
Endodontics answered 10/12, 2018 at 9:19 Comment(1)
From crashes and anrs :-com.facebook.react.common.c Exception com.facebook.react.common.c: at com.facebook.react.modules.core.ExceptionsManagerModule.reportException at java.lang.reflect.Method.invoke at com.facebook.react.bridge.JavaMethodWrapper.invoke at com.facebook.react.bridge.JavaModuleWrapper.invoke at com.facebook.react.bridge.queue.NativeRunnable.run at android.os.Handler.handleCallback (Handler.java:942) at android.os.Handler.dispatchMessage I am unable to understand this issue.Heine
S
19

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

Sis answered 27/8, 2020 at 8:39 Comment(6)
Is there a way to see details on the rashes I am seeing in that list? There is no link behind the record shown.Aruwimi
Is it capable to log offline crashes when comes to online mode ?Treacy
@Aruwimi You might have the same problem as me. Your screen is not wide enough. There is a gray list at the bottom of the error report list, move it to the right, blue arrows will occur next to each report.Ytterbia
I could not figure that out in time and I was never contempt with the error details. So I added Rollbar to my application. It has a lot more functionality and I like it.... so far.Aruwimi
Awesome mate!!! I spend an hour but wasn't able to find it... CheersRiga
lol thx @JohnT that was it. Had to zoom out a bit...Kratzer
Y
1

If you like me are using the new Google Play console, your screen might not be wide enough. There is a gray list at the bottom of the error report list, move it to the right, blue arrows will appear next to each report.

Ytterbia answered 29/12, 2020 at 4:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.