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

2010-10-29 Thread TreKing
On Fri, Oct 22, 2010 at 3:45 PM, halfstop wrote: > This is an awful question to ask, it's so broad, but how should I go about > troubleshooting this problem? > Lots of logging to see the last output when it hangs and use your debugger to pause the app when it hangs to see where the main thread i

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

2010-10-28 Thread halfstop
I've built my first Android application and it works pretty well, except that it hangs/freezes up when it's left running for several hours. It doesn't always do this - it's inconsistent. This is an awful question to ask, it's so broad, but how should I go about troubleshooting this problem? My g