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

Commit 5aafd2cf authored by Chienyuan's avatar Chienyuan Committed by android-build-merger
Browse files

Merge "Remove duplicate dump of A2dpStateMachine" am: 7f9ef09a am: f53703f7

am: 19f0ad0c

Change-Id: I617b72ebff710b8ba8706c89c050fd1efef33450
parents 1251eae9 19f0ad0c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -749,7 +749,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);