[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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 port' command to connect up to the emulator
and simulate events such as low memory. Perhaps your app is eventually
restarting and running into some issue that you haven't tested for
yet.

- dave

On Oct 29, 12:27 pm, Bret Foreman bret.fore...@gmail.com wrote:
 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en