Android: How to obtain data/anr/traces.txt from Samsung Galaxy Tab?

前端 未结 4 2070
既然无缘
既然无缘 2020-12-08 21:03

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

4条回答
  •  眼角桃花
    2020-12-08 21:40

    You can fetch the file using the following command:

    adb pull /data/anr/traces.txt

    Hope this helps, Francisco.

提交回复
热议问题