1

I can see some application crashes reported in Crashes & ANRs section in my Google Play developer console. I can view the stack trace of the crashes there.

What I want to know is, does android always collect data about crashes or does the user need to manually report the crash, for me to be able to view the crash report in developer console? I have seen several apps crash on my device, but I cannot remember that I was asked for a confirmation to report the issue.

Viral Patel
  • 32,418
  • 18
  • 82
  • 110
Lahiru Chandima
  • 22,324
  • 22
  • 103
  • 179

2 Answers2

1

does the user need to manually report the crash, for me to be able to view the crash report in developer console?

It appears in the developer console only if the user reports it. The user can also choose to add a message with the report.

The report prompt looks like this:

enter image description here

Viral Patel
  • 32,418
  • 18
  • 82
  • 110
0

May be this answer is not relevant to your question, but it helps you.

Try to go for tools like crashlytics, crittercism ...

Crashlytics is free of cost. You can handle non-fatals too (Exception occurred in try catch, but u need to log those to dashboard.)

No need to depend upon the google console crash report.

Harsha Vardhan
  • 3,324
  • 2
  • 17
  • 22