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?
Asked
Active
Viewed 946 times
1 Answers
0
You'll need root. If your device is rooted, run "su" first, then logcat.

James
- 999
- 2
- 11
- 22
-
Worked for me... what's the full error? Did it prompt to allow root access when you ran su? – James Jul 14 '11 at 07:07
-
if by su you mean superuser so no – Alex K Jul 14 '11 at 11:51