On Thu, Jun 30, 2011 at 3:23 AM, Romain Guy <[email protected]> wrote: > Checking the heap dump is perfectly, just make sure you're not doing it with > the debugger attached.
Just to be clear, what are the precise bounds of "the debugger attached"? Or, to phrase it another way, which of the following should be avoided: -- Actively debugging in Eclipse (Debug As...) -- Running the project from Eclipse (Run As...) -- Having Eclipse running while manually launching the app -- Having DDMS running while manually launching the app My guess is that only the first of those is verboten, but I just want to make sure. Thanks! -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9.9 Available! -- 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

