2

I want to get ANR traces from my Samsung A51.

Official documentation tells to do adb root:

adb root
adb shell ls /data/anr
adb pull /data/anr/<filename>

But it does not work for my device. Why? Or everyone assumes that developers have rooted devices?

Anton Petrov
  • 782
  • 1
  • 8
  • 19

1 Answers1

1

Did managed to get all reports with the adb bugreport command.

Anton Petrov
  • 782
  • 1
  • 8
  • 19