diff options
author | 2024-04-05 16:35:44 +0000 | |
---|---|---|
committer | 2024-04-05 21:26:39 +0000 | |
commit | b83d9d6ca2110659c3eb5264c72e615a26e879af (patch) | |
tree | 1a3526b6829f77930d9a7ec42fe75b842ce1aba6 /system/common/metrics.cc | |
parent | f74910d43791b629218df9fab93503774f0d00de (diff) |
Remove includes of <base/logging.h>
Convert remaining DLOG, LOG, CHECK_xx
occurences in the same pass
Test: m com.android.btservices
Bug: 305066880
Flag: EXEMPT, mechanical refactor
Change-Id: I7ae3e14c84b6ee5dc2ac0babc652c699c7424418
Diffstat (limited to 'system/common/metrics.cc')
-rw-r--r-- | system/common/metrics.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/common/metrics.cc b/system/common/metrics.cc index 9397aae1f7..251af12258 100644 --- a/system/common/metrics.cc +++ b/system/common/metrics.cc @@ -19,7 +19,6 @@ #include "metrics.h" #include <base/base64.h> -#include <base/logging.h> #include <bluetooth/log.h> #include <frameworks/proto_logging/stats/enums/bluetooth/le/enums.pb.h> #include <include/hardware/bt_av.h> |