Hi, I would like to measure Android application load time across different platforms. For application that I have source, that could be done by inserting log print outs with time stamp at the beginning of onCreate() and the end of onResume(), or through instrumentation. However, I don't know what to do with applications that I don't have source. Is there any tool that would allow me to recognize when these function calls start and finish?
Thanks, Giang -- 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

