Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Software to show Android LogCat

Is there a lightweight software that can get LogCat logs from my android device and print them on a console-like screen?

By lightweight, I mean a few megabytes.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

You can view logs with

adb shell logcat

https://developer.android.com/studio/command-line/logcat

You can also view logs on your computer:

To view log output using adb, navigate to your SDK platform-tools/ directory and execute:

adb logcat

That’s about as lightweight as it can get 🙂

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading