I was trying to generate the Emma code coverage report. I used to use emma on the pc to generate the coverage report. On the PC, it's simple to generate the coverage report with emma. I just need to instrument classes produced by javac, build the application and run the application. I got the coverage.ec. On the Android, I simply do the above steps: instrument classes, generate the dex, build the application and run it. However, I didn't got the coverage.ec file. I found that I need to run a test to start the application and assign the property "coverage" "true". My question is that: Is that possible to get the coverage data without the help of the test program? I mean just run the application, do some operations, exit the application and get the file "coverage.ec"
-- 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

