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

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

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

am: f53703f7

Change-Id: I05137ed543f6463187100685be2bc591bd7d94fb
parents 89739379 f53703f7
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);