Fix socket descriptor leak from Zygote to child app
Due to an API change in LocalSocket, Zygote must now manually close the FileDescriptor it created when it registered a LocalServerSocket. The LocalSocket.close() routine will no longer do so. Bug: 12114500 (cherry picked from commit 70ef29b0) Change-Id: Ief23a3c99e007dc4aa6f94dfb47a1b2b6c854dad
Loading
Please register or sign in to comment