On Feb 23, 4:28 am, qvark <[email protected]> wrote: > on a "regular" JVM you can generate a dump in the very moment the > first OOM occurs (starting it with the -XX:+HeapDumpOnOutOfMemoryError > option), which is very useful. > > From your previous posts I have deduced that's impossible with > Dalvik... am I right? are you considering this feature?
The feature does not currently exist on Dalvik. Some changes that make heap dumps easier to create will be present in Cupcake (notably a dump-on-demand API). Dumping on OOM is not one of them, though the feature is on the "to do" list. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

