0

I want to see the exception log that my app throws using logcat. I found that it can be done by using some terminal app. In the terminal I need to enter logcat and it will show me the log. when I try to do it I get: ....... Permission Denied. what can I do to view this log?

Alex K
  • 5,092
  • 15
  • 50
  • 77

1 Answers1

0

You'll need root. If your device is rooted, run "su" first, then logcat.

James
  • 999
  • 2
  • 11
  • 22