[android-developers] Re: How to debug an application that hangs after awhile

2010-10-29 Thread davemac
Try using DDMS and watch your application's threads and memory usage over time. Perhaps you've got a memory leak somewhere? You can also use 'telnet localhost ' command to connect up to the emulator and simulate events such as low memory. Perhaps your app is eventually restarting and running into s

[android-developers] Re: How to debug an application that hangs after awhile

2010-10-29 Thread Bret Foreman
Have you looked at the logcat output? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@goog