How can i get a logcat?


Angelo

Members
Feb 18, 2012
327
50
Hi guys can someone help me steo by step on how to get and post a logcat?i get random.crashes and need to pull off the battery to restart the phone :(

Sent from my GT-I9100
 
Easiest way is with ADB.

"adb logcat > log.txt"

Look to install the Android SDK to your computer so you can use the power of ADB.