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? Sheridan http://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

