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

Commit 5d3b1d44 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1649529

Change-Id: I0bc18458bc3b917809933327812008870a620468
parents d7838e9a eab771d1
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);