This assumes you are not afraid or and know how to access the command prompt in windows or linux, and know how to use the internet for looking up things you may not know how to do.
-
Open the command prompt and CD to the
SDK directory(unless you add the
SDK directory to your PATH)
For linux users you will need to create a file for the system to recognize your device.(see
http://howto.ccroms.net, installing the
SDK)
Attach the device to the computer via the usb cable, on the device enable usb debugging
Type in the following “adb logcat > log.txt” press Enter, it should apear as if nothign is happening.
Once the command has been entered use the phone to recreate the bug.
Disconnect the phone from the usb cable
-
Search for a the bug in question, should there not be a bug create a new one, be sure to give details on how to recreate said bug, and attach the log.txt before submitting.
If said bug has already been submitted, write a comment on the current bug, detailing how to recreate the bug and attach log.txt.
thanks for helping us make a better rom!