summaryrefslogtreecommitdiff
path: root/adb/coverage/gen_coverage.sh
AgeCommit message (Collapse)Author
2020-10-22Migrate system/core/adb to packages/modules/adbBaligh Uddin
BUG: 167963357 Test: TH Change-Id: Ie1f82db2fb14e1bdd183bf8d3d93d5e9f974be5d Ignore-AOSP-First: Unable to Merge into aosp/master due to downstream conflicts, so working from bottom up.
2020-05-12Merge changes Id8d9fa6c,I47d3ad50,I7cebbf75,Id10e320aJosh Gao
* changes: adbd: avoid compiling more code in the daemon. adb: don't run all of the tests again over TCP in coverage. adbd: respect ADB_TRACE on host adbd. adb: mark kMaxProcessNameLength as constexpr.
2020-05-05adb: use transport-id to make coverage script faster.Josh Gao
Test: ./coverage/gen_coverage.sh Change-Id: I24e70952946ad91d51acf9bda386826e4e73a0d2
2020-04-27adb: don't run all of the tests again over TCP in coverage.Josh Gao
They take forever, and we're only really interested in the transport related code, so test that more directly. Test: ./coverage/gen_coverage.sh Change-Id: I47d3ad50db0f1020fe4b3da5cdfe455190d022b5
2020-04-21adb: refactor and relocate coverage script.Josh Gao
Test: ./coverage/gen_coverage.sh Change-Id: Iaff2b1577e32ba4ec8647a418a2ff4a1e9a0835d