I would like to know if there is an app that shows Logcat the errors of the android apps. I would like to optimize the company's QA system and that would help a lot!
I would like to know if there is an app that shows Logcat the errors of the android apps. I would like to optimize the company's QA system and that would help a lot!
If you have access to the source of the app, you can implement and view log information using some libraries. To log: link Another option is to use Fabric ( link ) that writes your crashes to an online platform for every user who has a problem.
If you do not have access to the source, it gets trickier, but you can check with Android Studio.
For this logcat reading, if you have an app, you will need to have the device as root.