How do I do that? I am sorry I am new to Android. I am surprised no one else is having this issue because it seems connected to the HDMI mirroring. Once I plug the HDMI cable and enable mirroring I lose connection to my wireless network. Once I unplug the HDMI and disable it, it connects back again.
here are ways to grab logcat and kmsg

here are ways to get a logcat:
Option #1
1. Download aLogcat from the market
2. Launch the aLogcat
3. Go launch the program thats crashing, allow it to crash
4. Go back to aLogcat
5. Menu -> Send
6. Email it to yourself, then post it on here for agrabren/shinzul + thread
Option #2
1. Hook your phone to your computer with the usb cable
2. With your fav CLI type: "adb shell logcat > crashlog.txt" (w/o the " ")
3. On the EVO launch the program that's causing problems, allow it to crash
4. In the CLI hit "crtl+c" (to stop the logging process)
5. In the same folder as adb will be a text file called "crashlog.txt"
6. Post it on here so that agrabren/shinzul + thread can take a look at it
Option #3
1. open terminal on your phone
2. if the character showing is a '$' type "su"
3. type "locat > /sdcard/logcat.txt"
4. post the logcat.txt file on your SD card on here so that agrabren/shinzul + thread can take a look at it
From a root adb shell (or a root terminal prompt on the device):
cat /proc/kmsg > /sdcard/kmsg.log
[plug in your hdmi cable]
<ctrl>-c
Then copy /sdcard/kmsg.log
hope that helps!