Christopher Walker wrote: > The app appears to crash shortly after I reach > startActivityForResult(i, NEW_GAME); > but before I make it into the constructor. I discovered this using > breakpoints, but I don't know how to examine the stack trace.
Well, I don't use Eclipse much. If you eliminate the breakpoints, the DDMS perspective will have a LogCat pane that will show you, in red, the stack trace associated with the exception. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

