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

Commit 86a48cca authored by Chienyuan's avatar Chienyuan Committed by Pavlin Radoslavov
Browse files

Remove duplicate dump of A2dpStateMachine

Bug: 113006787
Test: adb shell dumpsys bluetooth_manager
Change-Id: I6ac866fb8808df9649a5b031486f6af72a8c0815
parent 7410b692
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -748,7 +748,6 @@ final class A2dpStateMachine extends StateMachine {
                ProfileService.println(sb, "  mCodecConfig: " + mCodecStatus.getCodecConfig());
            }
        }
        ProfileService.println(sb, "  StateMachine: " + this);
        // Dump the state machine logs
        StringWriter stringWriter = new StringWriter();
        PrintWriter printWriter = new PrintWriter(stringWriter);