[android-developers] Re: Using Allocation Tracker in DDMS

2010-10-05 Thread fadden
On Oct 4, 6:14 pm, Bret Foreman bret.fore...@gmail.com wrote: Is there a way to cause the application to do a core dump and is there a tool for analyzing dumps? In this case it's leaking surfaces, which aren't related to the managed heap in the VM (and don't have much bearing on the app's

[android-developers] Re: Using Allocation Tracker in DDMS

2010-10-05 Thread Bret Foreman
Yes, it fails quite reliably. I'll package it up for you. -- 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] Re: Using Allocation Tracker in DDMS

2010-10-05 Thread Bret Foreman
Done. Bug 11709. -- 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

[android-developers] Re: Using Allocation Tracker in DDMS

2010-10-04 Thread Bret Foreman
I figured out a workaround to get the Allocation tracker to capture the memory stats. The bad news is that it doesn't appear that I'm allocating anything very big. I'll start a new thread to see if anyone can suggest how to debug it. -- You received this message because you are subscribed to the