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

Commit c06e7276 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clean up logcat message" am: 573868d5 am: 039abced am: 91df1bb6

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1990635

Change-Id: I56a3762a45ebaf7a220a9c5e7dd0e572a95df546
parents a90036c6 91df1bb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -636,7 +636,7 @@ public final class BluetoothSocket implements Closeable {
    @Override
    public void close() throws IOException {
        Log.d(TAG, "close() this: " + this + ", channel: " + mPort + ", mSocketIS: " + mSocketIS
                + ", mSocketOS: " + mSocketOS + "mSocket: " + mSocket + ", mSocketState: "
                + ", mSocketOS: " + mSocketOS + ", mSocket: " + mSocket + ", mSocketState: "
                + mSocketState);
        if (mSocketState == SocketState.CLOSED) {
            return;