I've lunched an app on Google Play Store, and some of my users, have Errors on the app:
Errors that i don't see on emulator or on my device.
So I was wondering how can i get the error logcats of that users so i can debug them and improve my app, I've been reading Android Vital information but only shows the errors and ANR the stats, and can't find the logcat.
Is there any way to get my users error logcats, or should I implement a function on my app to send the logcat through internet to me?