App to show Logcat on android devices

Asked

Viewed 118 times

-2

I wonder if there is any application that shows the Logcat of the errors of the android apps. I would like to optimize the company’s QA system and this would help too!

  • Yes, there is: https://forum.xda-developers.com/showthread.php?t=1513166. Note: From Android 4.1 any logcat app needs root access to show logs correctly.

1 answer

0


If you have access to the app source, you can implement and view log information using some libraries. To log: https://github.com/hypertrack/hyperlog-android Another option is the use of Fabric (https://fabric.io/) that records your crashs on an online platform, for every user who has a problem.

If you do not have access to the source, it gets more complicated, but it is possible to check through Android Studio.

For this logcat reading, if you have an app, you need to root the device.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.