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

Commit 3641cde4 authored by Calvin On's avatar Calvin On Committed by Automerger Merge Worker
Browse files

Fix logging in HeadsetClientStateMachine. am: d2ba84ee

parents b5950a4d d2ba84ee
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -200,11 +200,12 @@ public class HeadsetClientStateMachine extends StateMachine {
    }

    public void dump(StringBuilder sb) {
        if (mCurrentDevice == null) return;
        if (mCurrentDevice != null) {
            ProfileService.println(sb,
                    "==== StateMachine for " + mCurrentDevice + " ====");
            ProfileService.println(sb, "  mCurrentDevice: " + mCurrentDevice.getAddress() + "("
                    + Utils.getName(mCurrentDevice) + ") " + this.toString());
        }
        ProfileService.println(sb, "  mAudioState: " + mAudioState);
        ProfileService.println(sb, "  mAudioWbs: " + mAudioWbs);
        ProfileService.println(sb, "  mIndicatorNetworkState: " + mIndicatorNetworkState);