My application gives an anr while debugging on my Samsung Galaxy Tab. The device is viewable in DDMS in Eclipse, and I can browse the sdcard with the DDMS file explorer. B
You can fetch the file using the following command:
adb pull /data/anr/traces.txt
Hope this helps, Francisco.