Reputation: 3063
To track crashes on my app I do use Crashlytics/Fabric, but I also would like to have some statistics on Google Play Developer Console, inside the section "Crashes & ANRs". It happens all the crashes are being tracked in Crashlytics/Fabri but not on Google Play developer console. This section is completely empty for my project.
How can I setup this? As I understood no setup is needed to track crashes on Google Play Dev Console.
Upvotes: 0
Views: 422
Reputation: 90
it's the final user responsibility. if he report craches and bugs you will be informed in the section Crashes & ANRs. This is why it's highly recommended to use tracker in your app if you want to have all the stats you want.
Upvotes: 0
Reputation: 43304
You don't have to do anything to set it up. When your app is distributed through google play and it crashes, it is up to the user to click 'Send report' to send a crash report to google play that you can then look at.
If users don't send reports, you won't get any.
Upvotes: 2