<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div>Hehe's something I found at <a href="https://stackoverflow.com/questions/32240120/android-system-log-file-location">https://stackoverflow.com/questions/32240120/android-system-log-file-location</a></div><div><br></div><div><br></div><div> A third option (if you are rooted, that is) is to install a Terminal Emulator on your Android device. Open the Terminal Emulator and enter the command:       logcat -d > /sdcard/my-log-file.txt  This will do the same as above (except you don't need a computer, and the file saves on your device/SDcard. Feel free to change the "/sdcard/my-log-file.txt" part to anything you like, but I strongly recommend you save it to either your external or internal storage - so in short: Save it to a location you can accsess without # (superuser) permission!</div><div><br></div></body></html>