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

Commit 9e040d63 authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk
Browse files

le_audio: Correct Broadcast dump format

For better readiness of mDevice and some space between event logger and
device context an additional white lines should be introduced.

Tag: #feature
Test: atest BassClientServiceTest
Test: atest BassClientStateMachineTest
Bug: 298079825
Change-Id: If259372f0b4d160ce78be7eed5f229d1f11cfc12
parent 5fe550e4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1823,6 +1823,7 @@ public class BassClientService extends ProfileService {
            BassClientStateMachine sm = entry.getValue();
            if (sm.getConnectionState() == BluetoothProfile.STATE_CONNECTED) {
                sm.dump(sb);
                sb.append("\n\n");
            }
        }

@@ -1834,7 +1835,7 @@ public class BassClientService extends ProfileService {
            }
        }

        sb.append("\n");
        sb.append("\n\n");
        sEventLogger.dump(sb);
        sb.append("\n");
    }