For the moment get rid of any try catch handlers (comment them all out). They are swallowing the exceptions and thefore we do not seeing a full stack trace.
/Richard On Jul 2, 6:09 pm, Mark Murphy <[email protected]> wrote: > Please see my answer for your other question for some thoughts on how > to get a real stack trace. > > > > On Fri, Jul 2, 2010 at 12:55 PM, Bret Foreman <[email protected]> wrote: > > Here's the full trace from the debugger. > > > com.shipmate.MainActivity [Android Application using Studio for > > Android] > > DalvikVM[localhost:8610] > > Thread [<3> main] (Suspended (exception RuntimeException)) > > ActivityThread.performDestroyActivity(IBinder, > > boolean, int, > > boolean) line: 3421 > > ActivityThread.handleDestroyActivity(IBinder, > > boolean, int, > > boolean) line: 3487 > > ActivityThread.access$2800(ActivityThread, IBinder, > > boolean, int, > > boolean) line: 119 > > BinderProxy(ActivityThread$H).handleMessage(Message) > > line: 1896 > > ActivityThread$H(Handler).dispatchMessage(Message) > > line: 99 > > Looper.loop() line: 123 > > ActivityThread.main(String[]) line: 4363 > > Method.invokeNative(Object, Object[], Class, > > Class[], Class, int, > > boolean) line: not available [native method] > > Method.invoke(Object, Object...) line: 521 > > ZygoteInit$MethodAndArgsCaller.run() line: 860 > > ZygoteInit.main(String[]) line: 618 > > NativeStart.main(String[]) line: not available > > [native method] > > Thread [<13> Binder Thread #2] (Running) > > Thread [<11> Binder Thread #1] (Running) > > Thread [<15> Binder Thread #3] (Running) > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Beginners" group. > > > NEW! Try asking and tagging your question on Stack Overflow at > >http://stackoverflow.com/questions/tagged/android > > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-beginners?hl=en > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android Training...At Your Office:http://commonsware.com/training -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

