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

Commit 08e9ceab authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Floss: fix chromeos metrics signature" am: 9a8ccc5a am: e0eb8964...

Merge "Floss: fix chromeos metrics signature" am: 9a8ccc5a am: e0eb8964 am: 9f95c2dd am: 9fda29fc

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2162176



Change-Id: I528c4dd0d0922e4b3e45da72496299616b988d9c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 50a8aa54 9fda29fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ void LogMetricsAdapterStateChanged(uint32_t state) {
      .Record();
}

void LogMetricsBondCreateAttempt(RawAddress* addr) {}
void LogMetricsBondCreateAttempt(RawAddress* addr, uint32_t device_type) {}

void LogMetricsBondStateChanged(
    RawAddress* addr, uint32_t device_type, uint32_t status, uint32_t bond_state, int32_t fail_reason) {}