summaryrefslogtreecommitdiffstats
path: root/adb/jdwp_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'adb/jdwp_service.c')
-rw-r--r--adb/jdwp_service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/jdwp_service.c b/adb/jdwp_service.c
index cd62b55..3074e42 100644
--- a/adb/jdwp_service.c
+++ b/adb/jdwp_service.c
@@ -415,6 +415,7 @@ FoundIt:
__FUNCTION__, strerror(errno));
return -1;
}
+ D("socketpair: (%d,%d)", fds[0], fds[1]);
proc->out_fds[ proc->out_count ] = fds[1];
if (++proc->out_count == 1)