Hi, I don't know where in the code the exception is thrown. But I can try setting the Thread.setDefaultUncaughtExceptionHandler(); method and put the Debug.startMethodTracing(); in here.
//Kaloer On 2 Dec., 07:05, Sheridan Saint-Michel <[email protected]> wrote: > He is calling that method in the onDestroy() method. Will onDestroy > still get called in the event of an unhandled exception? > > Kaloer, is there any way you could try putting stopMethodTracing() > into a finally block instead of the onDestroy() method? > > Sheridanhttp://www.learn-android.com > > On Tue, Dec 1, 2009 at 4:51 PM, Justin Anderson <[email protected]> > wrote: > > Fadden, he is calling that method... > > > ---------------------------------------------------------------------- > > There are only 10 types of people in the world... > > Those who know binary and those who don't. > > ---------------------------------------------------------------------- > > > On Tue, Dec 1, 2009 at 3:45 PM, fadden <[email protected]> wrote: > > >> On Dec 1, 7:49 am, kaloer <[email protected]> wrote: > >> > Why is the file empty? > > >> Nothing is written to the file until stopMethodTracing() is called. > > >> -- > >> You received this message because you are subscribed to the Google > >> Groups "Android Beginners" 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-beginners?hl=en > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Beginners" 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-beginners?hl=en -- You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en

