G
g60madman
Guest
What would be the right way to do a logcat. I think I can connect to the phone, if not I think I can figure that part out.
What I mean is, would I start it, then try to open the camera and see what happens?
Usually what I do is get to the point of working with an app and then run the following with the phone plugged
# adb logcat -c
that clears the log form the phone
# adb logcat
Then I run the app or what ever I'm doing. When I'm done testing I throw a Ctrl+c to stop the log.
If you need to setup adb just Google "lazy man adb setup" the user on xda did a nice write up.

