Retrieve logcat dump:
-
Enable USB debugging. Go into
Settings > Applications > Development
, and enable theUSB debugging
option. -
Install the Android SDK. You'll need a desktop tool called adb that will help you get error logs.
-
Make sure your phone can connect. Follow the instructions here to make sure that adb can talk with your device: http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware
-
Dump logcat data. From your desktop console, type
./adb -d logcat | grep -i SSHTunnel
, example app is SSHTunnel.