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

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

Merge "[BluetoothMetrics]: Logging RDI for A2DP Metric" into main

parents 867dea22 8bcf3f60
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -283,7 +283,8 @@ final class A2dpStateMachine extends StateMachine {
                        result,
                        mLastConnectionState,
                        BluetoothProfile.STATE_DISCONNECTED,
                        BluetoothProtoEnums.REASON_UNEXPECTED_STATE);
                        BluetoothProtoEnums.REASON_UNEXPECTED_STATE,
                        MetricsLogger.getInstance().getRemoteDeviceInfoProto(mDevice));
            }
        }
    }
@@ -630,7 +631,8 @@ final class A2dpStateMachine extends StateMachine {
                        BluetoothProtoEnums.RESULT_SUCCESS,
                        mLastConnectionState,
                        BluetoothProfile.STATE_CONNECTED,
                        BluetoothProtoEnums.REASON_SUCCESS);
                        BluetoothProtoEnums.REASON_SUCCESS,
                        MetricsLogger.getInstance().getRemoteDeviceInfoProto(mDevice));
            }
        }
    }