Hi, everyone! Jacoco works well at generating reports for application files. But is it possible to get reports for system-level libraries?
I am trying to achieve this by using jacoco+gradle+espresso in offline mode. After I have instrumented certain class files in android.jar (android-sdk-linux/platforms/android-21), the execution data are not collected during tests. There is no problem for me to get data for other application-level files, as long as I instrument them before they are turned into .dex files. What is preventing the collection of system-level library execution data? Or is there any other way I can achieve this goal. Thanks! Di -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/569adfda-5ea3-4a8d-ba81-6c67fbc8ad72%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
