commit | ae68f1a8650415f97d8453c3b94897857695367b | [log] [tgz] |
---|---|---|
author | Brett Chabot <brettchabot@google.com> | Thu May 28 18:29:24 2009 -0700 |
committer | Brett Chabot <brettchabot@google.com> | Fri May 29 13:35:13 2009 -0700 |
tree | df612ca890d95eba49cda16aa68800418923a32f | |
parent | 055fcd23fb79638dc7d738f2951594b87256564a [diff] |
Add support for parsing code coverage file path to runtest and related cleanup. This change is to adapt runtest to the InstrumentationTestRunner change which dumps coverage data to the app's local data folder, instead of a fixed file on the sdcard. Also fixed adb_interace.StartInstrumentationForPackage, added better handling when generating coverage for tests with unknown coverage targets, and reduced the duplicate definitions of the "coverage_targets.xml" definition file.