What are possible tools to generate the call graph of an android application in eclipse? I would like to know which methods interact together...but i can't seem to find anything helpful. I have read something about Oprofile but many persons said that it is not working a开发者_StackOverflow中文版nd contains many problems. I'd like to visualize my code in android to develop better applications.
Thank you
I think the traceview tool is exactly what you are looking for. It show how much time each method takes and shows you the method stack. Here are some tips on how to use it.
精彩评论