Merge "adb: fix double close in jdwp_service."

am: da6ab73420

Change-Id: Ifcf07cefa0279b8f4c8ac4d55db46b6701b86595
This commit is contained in:
Josh Gao 2018-05-14 19:05:11 -07:00 committed by android-build-merger
commit c4c55853f0
1 changed files with 0 additions and 2 deletions

View File

@ -292,8 +292,6 @@ static void jdwp_process_event(int socket, unsigned events, void* _proc) {
goto CloseProcess;
}
adb_close(fd);
D("sent file descriptor %d to JDWP process %d", fd, proc->pid);
proc->out_fds.pop_back();