Hi! In my Activity I have a couple of TextView object which I create a reference for them in OnCreate and then I have a couple of methods that are called from background services and thos methods updates the TextView(s) in that Activity. It works OK, but in the LogCat after a few seconds I start to see a huge amount of entries like these: "Tag: TextLayoutCache Text: Cache Value 0x51b9f578 deleted, size=168 (the hexa value changes from entry to entry)" What's that? Am I having memory leaks? Should something be avoided? Thanks in advance. Guillermo.
-- -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

