Lots of crappy allocations and memory leaks?

What type of app do you have?

This is kind of a high level app problem, probably caused by the way
you lay out your memory, or just the fact that you're manipulating
large structures, which might perhaps lead to a redesign of major
parts of the app..

Of the top of my head, images, dom trees, etc... all seem like they
could cause something like this...

Kris

On Thu, Oct 6, 2011 at 2:45 PM, Jean-Michel <[email protected]> wrote:
> Forgot to paste my logcat output :
> 10-06 18:44:21.072: DEBUG/dalvikvm(6417): GC_EXTERNAL_ALLOC freed 2294
> objects / 83544 bytes in 141ms
> 10-06 18:44:22.350: DEBUG/dalvikvm(6417): GC_EXTERNAL_ALLOC freed 2288
> objects / 82976 bytes in 221ms
> 10-06 18:44:23.360: DEBUG/dalvikvm(6417): GC_EXTERNAL_ALLOC freed 3141
> objects / 119880 bytes in 136ms
> 10-06 18:44:24.320: DEBUG/dalvikvm(6417): GC_EXTERNAL_ALLOC freed 2405
> objects / 88208 bytes in 155ms
> 10-06 18:44:25.372: DEBUG/dalvikvm(6417): GC_EXTERNAL_ALLOC freed 2298
> objects / 83872 bytes in 156ms
> 10-06 18:44:26.399: DEBUG/dalvikvm(6417): GC_EXTERNAL_ALLOC freed 2294
> objects / 83368 bytes in 137ms
> 10-06 18:44:27.930: DEBUG/dalvikvm(6417): GC_EXTERNAL_ALLOC freed 2299
> objects / 83920 bytes in 153ms
> 10-06 18:44:28.890: DEBUG/dalvikvm(6417): GC_EXTERNAL_ALLOC freed 2294
> objects / 83552 bytes in 150ms
> 10-06 18:44:29.910: DEBUG/dalvikvm(6417): GC_EXTERNAL_ALLOC freed 2312
> objects / 84432 bytes in 148ms
> 10-06 18:44:30.960: DEBUG/dalvikvm(6417): GC_EXTERNAL_ALLOC freed 2296
> objects / 83536 bytes in 160ms
>
> --
> 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

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

Reply via email to