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 <[email protected]> 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 [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-developers?hl=en

