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

Commit c38c8ab4 authored by Chen Chen's avatar Chen Chen Committed by Automerger Merge Worker
Browse files

Merge "BluetoothMetrics: Log BOND_SUB_STATE_LOCAL_BOND_STATE_INTENT_SENT from...

Merge "BluetoothMetrics: Log BOND_SUB_STATE_LOCAL_BOND_STATE_INTENT_SENT from BondStateMachine" am: 97221bbd

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

Change-Id: Ib679b7fd04e905375abb3a2cd3ea7044cc7e7eff
parents aca87aef 97221bbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -403,7 +403,7 @@ final class BondStateMachine extends StateMachine {
        }
        BluetoothStatsLog.write(BluetoothStatsLog.BLUETOOTH_BOND_STATE_CHANGED,
                mAdapterService.obfuscateAddress(device), 0, device.getType(),
                newState, BluetoothProtoEnums.BOND_SUB_STATE_UNKNOWN, reason,
                newState, BluetoothProtoEnums.BOND_SUB_STATE_LOCAL_BOND_STATE_INTENT_SENT, reason,
                mAdapterService.getMetricId(device));
        BluetoothClass deviceClass = device.getBluetoothClass();
        int classOfDevice = deviceClass == null ? 0 : deviceClass.getClassOfDevice();