[ACCEPTED]-Android: How to obtain data/anr/traces.txt from Samsung Galaxy Tab?-android
Accepted answer
You can fetch the file using the following 2 command:
adb pull /data/anr/traces.txt
Hope 1 this helps, Francisco.
for Android Pie+
adb bugreport ./bugreport.zip
and you will get then in 1 zip file
bugreport/FS/data/anr/*
bugreport/FS/data/tombstones/*
On some devices the traces file is called 2 traces.txt.bugreport
for whatever reason. See the other answers 1 for pulling the file to your device.
Try this command. it is hassle free.
adb shell "cat /data/anr/traces.txt" | less
0
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.