Merge "[DO NOT MERGE] Prevent FDs from being leaked when accepted sockets are closed" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f78ff48d0d
@@ -191,6 +191,7 @@ public final class BluetoothSocket implements Closeable {
|
||||
as.close();
|
||||
throw new IOException("bt socket acept failed");
|
||||
}
|
||||
as.mPfd = new ParcelFileDescriptor(fds[0]);
|
||||
as.mSocket = new LocalSocket(fds[0]);
|
||||
as.mSocketIS = as.mSocket.getInputStream();
|
||||
as.mSocketOS = as.mSocket.getOutputStream();
|
||||
|
||||
Reference in New Issue
Block a user