I want to know how to trace methods for Android applications. I mean the sequence of calls for each object, not the stack trace.
This is very similar to this question (call trace in java) , but on different platforms (jvm-PC vs dvm-Android). I have no control over dalvik's initial arguments, so I cannot specify a java agent (or am I wrong here?). Is there any other way to track methods?
Thanks!
source share