commit | 6cfef54b71004cd7ddb7e6f119a1822ba4c8e785 | [log] [tgz] |
---|---|---|
author | David Su <dysu@google.com> | Wed Dec 04 18:00:03 2019 -0800 |
committer | David Su <dysu@google.com> | Wed Dec 04 18:00:03 2019 -0800 |
tree | 9f7760d98eeb21b9ad1f3cb4e23654553a591b7a | |
parent | 453dc24e3e43be416f7af0c097e51302dfd260b0 [diff] |
AsyncChannel: Migrate Slog to Log to enable Jarjaring AsyncChannel & AsyncService both use Slog, which is @hide, so jarjar'ing them would still lead to @hide API usages. Migrate to Log, which is public, so that AsyncChannel & AsyncService can be jarjar'ed. Bug: 145409537 Test: compiles Change-Id: Ic0b9e8d66d575925cb1972e20721dd53c85307e6