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

Commit eab771d1 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

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

Change-Id: Ie4871353997995f48dde9ff97fe2348e2a7566b2
parents 54f48567 70149680
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);