Monthly Archives: January 2014

adb and traces.txt

Open a command window and enter set directory to platform-tools folder in your sdk location (eg ‘cd c:\androidsdk\platform-tools’) to enable use of adb commands. adb -e logcat will write logcat messages. adb pull /data/anr/traces.txt will copy that file to the … Continue reading

Posted in Android | Leave a comment