| commit | e48aa9548bae8ba5ac88ae7b183dbc6727865671 | [log] [tgz] |
|---|---|---|
| author | Adarsh Sridhar <adarshsridhar@google.com> | Thu Sep 21 21:11:32 2023 -0700 |
| committer | Adarsh Sridhar <adarshsridhar@google.com> | Thu Sep 21 21:11:32 2023 -0700 |
| tree | f7f9228df5de4d4581659511566fa3cbd7ef7d6d | |
| parent | 1d46ae5a3767ff40d1447217d637537f75b93773 [diff] |
Move the logcat receiver to the AdServices test utils library Fixed: 297111301 Test: atest CtsExtServicesHostTests-tplus Test: atest CtsExtServicesHostTests-sminus Change-Id: I5f4b8ea0fda4eda82956279c72b7d3c7f7d4790d
ExtServices is an updatable Mainline module that contains the logic used by Android framework components such as storage cache, autofill, textclassifier, package watchdog, notifications and notification ranking that runs continually. These are algorithms for framework, making the module updatable to introduce the new features or bug fixes more frequently with monthly release than a platform quarter release cycle.
Before you start to develop on ExtServices, please read go/smart-os-extservices to get the guideline.