Home | History | Annotate | Download | only in jdwp

Lines Matching full:adb

32  * The JDWP <-> ADB transport protocol is explained in detail
33 * in system/core/adb/jdwp_service.c. Here's a summary.
37 * ADB daemon.
124 VLOG(jdwp) << "ADB transport startup";
130 * Receive a file descriptor from ADB. The fd can be used to communicate
166 PLOG(WARNING) << "Receiving file descriptor from ADB failed (socket " << control_sock_ << ")";
186 /* first, ensure that we get a connection to the ADB daemon */
200 PLOG(ERROR) << "Could not create ADB control socket";
214 * perhaps the system is restarting it for "adb root", the
236 /* now try to send our pid to the ADB daemon */
239 VLOG(jdwp) << StringPrintf("PID sent as '%.*s' to ADB", 4, buff);
243 PLOG(ERROR) << "Weird, can't send JDWP process pid to ADB";
247 PLOG(ERROR) << "Can't connect to ADB control socket";
262 VLOG(jdwp) << "trying to receive file descriptor from ADB";
270 LOG(ERROR) << "adb connection max retries exceeded";
275 VLOG(jdwp) << "received file descriptor " << clientSock << " from ADB";