commit | 909bc47536ac841061511695c2d191c8632da58d | [log] [tgz] |
---|---|---|
author | deyaoren@google.com <deyaoren@google.com> | Wed Sep 07 22:25:44 2022 +0000 |
committer | Deyao Ren <deyaoren@google.com> | Fri Sep 09 04:15:26 2022 +0000 |
tree | 0e659af4cb9071a2b7feff439744e809737f2fda | |
parent | 344f71605cd1aedf724b1992585629ebf3417a71 [diff] |
Clean up services created after running test Services created during new tests weren't properly cleaned up after tests. It caused slowdown of subsequent tests as described in b/244486404. This change kills/terminates services after test with apex services. To provide some context, original change is at https://android-review.googlesource.com/q/topic:vapex_stop_service. The issue was discovered by android test monitor and filed as a P0 bug. Bug: 244486404 Change-Id: Ie64e0eb1686e94ef543a457ea49d1d7aeab38c97