Hi, I have some issue about performance. I have found how to reduce the number of objects I create to increase speed.
But still there is a high garbage activity like this: 06-24 13:22:25.443: DEBUG/dalvikvm(1591): GC freed 20150 objects / 681720 bytes in 187ms 06-24 13:22:26.392: DEBUG/dalvikvm(1591): GC freed 22898 objects / 782912 bytes in 197ms 06-24 13:22:27.454: DEBUG/dalvikvm(1591): GC freed 23471 objects / 811376 bytes in 252ms Is possible to know the kind of object are garbaged? So I can try to reduce the instances? Methods call even will allocate objects? -- _| _. o _| _ (_| (_| \/ | (_| (/_ -- 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

