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

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

Merge "Remove duplicate dump of A2dpStateMachine"

am: 7f9ef09a

Change-Id: I25e732da06f5ce3da3ad71b6f8a4857b3599944b
parents d3fc2617 7f9ef09a
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);