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

Commit cee50eb6 authored by William Escande's avatar William Escande
Browse files

MetricsLogger: fix pbap connection metrics

This metric has never been added to the filter and never reported
anything

Test: atest BluetoothInstrumentationTests
Bug: 311772251
Flag: Exempt trivial
Change-Id: Ia4408e51f6b430f69339bcd7a114746ad6f27439
parent b2b618d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -200,6 +200,7 @@ public class MetricsLogger {
        filter.addAction(BluetoothMap.ACTION_CONNECTION_STATE_CHANGED);
        filter.addAction(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED);
        filter.addAction(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED);
        filter.addAction(BluetoothPbap.ACTION_CONNECTION_STATE_CHANGED);
        filter.addAction(BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED);
        filter.addAction(BluetoothSap.ACTION_CONNECTION_STATE_CHANGED);
        mAdapterService.registerReceiver(mReceiver, filter);