How to get Logcat from Android

How to get Logcat from Android

1. Open your terminal app
2. Type: logcat > /sdcard/logcat.txt (this should create it in internal memory)
To send to ext sd card: logcat > /mnt/external_sd/logcat.txt

 

Or you can try free apps from Google play : Catlog or aLogcat

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.