Well you have two options. The
FAQ has a section on ADB. This is useful if you're going to be doing a lot of debugging.
However, if you just want to pull it once you can connect to the terminal on the phone and do
Code:
dmesg > /sdcard/dmesg.txt
That will dump the log to the root of your SD. If you don't have a modded rootfs, you won't be able to type the '>' character in without the soft keyboard - and I found that the soft keyboard doesn't work on the built-in terminal emulator, but it does on ConnectBot - grab it on the Market, you can use it to connect to the local root terminal.
With a log of this situation, I'll be able to take something useful to WisTilt2.
Basically boot, and as soon as the phone settles out put it to sleep. Wake it up, make sure it exhibits that behavior and pull a dmesg. WisTilt2 may need more, there's no telling at this stage - but it'll be a starting point.
Thanks for helping! These bugs'll never get squashed if I don't get some help squashin 'em
.