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

Commit 70149680 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "metrics: don't crash if `address` is NULL"

parents df4af1ac 10aec3cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ void LogMetricLinkLayerConnectionEvent(
        ToHexString(hci_cmd).c_str(),
        ToHexString(hci_event).c_str(),
        ToHexString(hci_ble_event).c_str(),
        address->ToString().c_str(),
        address ? address->ToString().c_str() : "(NULL)",
        connection_handle,
        ToHexString(link_type).c_str(),
        ret);