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