On Apr 28, 12:05 pm, Jon Webb <jonaw...@gmail.com> wrote:
> I have a clue -- the OutOfMemoryError went away when I set debuggable
> to false. Does that help?

There's a known problem in the VM where exceptions don't get freed
while a debugger is attached.  The state of the "debuggable" flag in
the app manifest shouldn't matter, just whether or not a debugger is
attached.  (DDMS running is fine, but if you see the green bug icon in
the app list then you're hooked up.)

In the past some "bitmap leakers" were actually throwing and
swallowing a metric ton of exceptions, which wasn't helping their
performance any.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to