Loading system/gd/os/logging/log_redaction.cc +1 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ #include "os/logging/log_redaction.h" #include "common/init_flags.h" #include "os/system_properties.h" namespace bluetooth { namespace os { Loading @@ -27,7 +26,7 @@ namespace os { using bluetooth::common::init_flags::redact_log_is_enabled; bool should_log_be_redacted() { return !GetSystemPropertyBool(DEBUGGABLE_SYS_PROP_NAME, false) && redact_log_is_enabled(); return redact_log_is_enabled(); } } // namespace os Loading Loading
system/gd/os/logging/log_redaction.cc +1 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ #include "os/logging/log_redaction.h" #include "common/init_flags.h" #include "os/system_properties.h" namespace bluetooth { namespace os { Loading @@ -27,7 +26,7 @@ namespace os { using bluetooth::common::init_flags::redact_log_is_enabled; bool should_log_be_redacted() { return !GetSystemPropertyBool(DEBUGGABLE_SYS_PROP_NAME, false) && redact_log_is_enabled(); return redact_log_is_enabled(); } } // namespace os Loading