Yeah, I think it's called "Logcat", or at least it used to be. You can filter it to show just "error messages" and not all the warnings or other debug-level info.
The most likely culprit is your old friend, the NullPointerException (especially if you forgot to assign a value to some variable), although any other errors like IndexOutOfBounds, etc, are certainly possible as well...