Call trace in Android

Posted by DenMark on Stack Overflow See other posts from Stack Overflow or by DenMark
Published on 2010-05-06T02:31:56Z Indexed on 2010/05/06 2:38 UTC
Read the original article Hit count: 258

Filed under:

I want to know how to do method tracing for Android applications. I mean, a sequence of calls on each object, not a stack trace.

It's very similar to this question (Call trace in java), but on different platforms (jvm-PC vs dvm-Android). I have no control over the start arguments of dalvik, thus I cannot specify a java agent (or am I wrong here?). Is there another way to do method tracing?

Thanks!

© Stack Overflow or respective owner

Related posts about android