Loading core/java/android/bluetooth/BluetoothSocket.java +7 −2 Original line number Diff line number Diff line Loading @@ -461,8 +461,13 @@ public final class BluetoothSocket implements Closeable { mSocket.close(); mSocket = null; } if(mPfd != null) if(mPfd != null) { try { mPfd.detachFd(); } catch (IllegalArgumentException e) { Log.w(TAG, "ignore IllegalArgumentException"); } } } } } Loading Loading
core/java/android/bluetooth/BluetoothSocket.java +7 −2 Original line number Diff line number Diff line Loading @@ -461,8 +461,13 @@ public final class BluetoothSocket implements Closeable { mSocket.close(); mSocket = null; } if(mPfd != null) if(mPfd != null) { try { mPfd.detachFd(); } catch (IllegalArgumentException e) { Log.w(TAG, "ignore IllegalArgumentException"); } } } } } Loading