Why?  Cyclic references aren't bad. They are only a problem for
languages which use reference counting rather than garbage collection.

If you're trying to avoid wasting memory, what you want to look for
are objects which are referenced when they're no longer needed. MAT
can help you with that, too, but it's not circular references you need
to look for.

On Jul 15, 11:48 pm, rukiman <[email protected]> wrote:
> Is there any tool to show you visually how your objects reference each
> other? I want to areas where there are cyclic references in my code.

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