Loading system/gd/hci/address_with_type.h +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ public: } std::string ToRedactedStringForLogging() const override { return address_.ToStringForLogging() + "[" + AddressTypeText(address_type_) + "]"; return address_.ToRedactedStringForLogging() + "[" + AddressTypeText(address_type_) + "]"; } private: Loading Loading
system/gd/hci/address_with_type.h +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ public: } std::string ToRedactedStringForLogging() const override { return address_.ToStringForLogging() + "[" + AddressTypeText(address_type_) + "]"; return address_.ToRedactedStringForLogging() + "[" + AddressTypeText(address_type_) + "]"; } private: Loading