commit | 1cc4f3877072b77f12a2f51e5903f421b0f57150 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Wed Mar 03 02:42:01 2021 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Wed Mar 03 03:13:34 2021 +0000 |
tree | fd7b3689ec388e69842245aa94a89c63e3b3f643 | |
parent | 2c1989a672eb844023706af4818e6133bc358b5c [diff] |
Use Log instead of Slog in QosCallbackAgentConnection Replace the hidden API Slog with the Log public API. Log is the utility used by connectivity modularized code, which QosCallbackAgentConnection is part of. Change-Id: Ia50ec1cd3b8253ede010ec4fd1c37d9aa731d032 Test: m Bug: 172050541