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

Commit 732b085b authored by Brian Orr's avatar Brian Orr
Browse files

Clean up logcat message

Bug: 220185025
Test: Presubmit
Change-Id: Id8b5d72b48c027fc014292fd669f64e405afa276
parent 002d3b6b
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;