Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96138933 authored by Hui Peng's avatar Hui Peng
Browse files

Replace Log Statements in system/device

Test: refactoring CL. Existing unit tests still pass
Bug: 174487588
Tag: #security
Change-Id: If2321c46eb71c70e6f64312a65aa7f95282134c1
parent f08da107
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -57,7 +57,8 @@ bool interop_match_addr(const interop_feature_t feature,
      interop_match_dynamic_(feature, addr) ||
      interop_match_range_(feature, addr)) {
    LOG_INFO("%s() Device %s is a match for interop workaround %s.", __func__,
             addr->ToString().c_str(), interop_feature_string_(feature));
             ADDRESS_TO_LOGGABLE_STR(*addr).c_str(),
             interop_feature_string_(feature));
    return true;
  }