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

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

Merge "Clean up logcat message" am: 573868d5

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

Change-Id: Id9aab45d42fb9ceb211494aea8458b0d365c8b40
parents 7096d634 573868d5
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;