Merge "adb: fix double close in jdwp_service." am: da6ab73420

am: c4c55853f0

Change-Id: I08f773eede00bc05af80777c19570d5b005004d6
This commit is contained in:
Josh Gao 2018-05-14 19:09:19 -07:00 committed by android-build-merger
commit 743277e866
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();