Can someone give me an idea about covering methods in android apk without source code? I heard that there is a special version of the emma project for Android, which can transmit method coverage information using tools. But if I do not have the source code, how can I execute the code?
My goal is how to get a report on what methods were called at runtime at application startup.
source share