Lines Matching refs:VLOG
122 VLOG(jdwp) << "Unable to dlsym adbconnection_client_set_current_process_name"; in RetrieveApexPointers()
130 VLOG(jdwp) << "Unable to dlsym adbconnection_client_add_application"; in RetrieveApexPointers()
137 VLOG(jdwp) << "Unable to dlsym adbconnection_client_remove_application"; in RetrieveApexPointers()
145 VLOG(jdwp) << "Unable to dlsym adbconnection_client_set_waiting_for_debugger"; in RetrieveApexPointers()
153 VLOG(jdwp) << "Unable to dlsym adbconnection_client_send_update"; in RetrieveApexPointers()
160 VLOG(jdwp) << "Unable to dlsym adbconnection_client_has_pending_update"; in RetrieveApexPointers()
168 VLOG(jdwp) << "Unable to dlsym adbconnection_client_set_user_id"; in RetrieveApexPointers()
450 VLOG(jdwp) << "SetCurrentProcessName '" << process_name << "'"; in SetCurrentProcessName()
457 VLOG(jdwp) << "AddApplication'" << package_name << "'"; in AddApplication()
464 VLOG(jdwp) << "RemoveApplication'" << package_name << "'"; in RemoveApplication()
471 VLOG(jdwp) << "SetWaitingForDebugger'" << waiting << "'"; in SetWaitingForDebugger()
478 VLOG(jdwp) << "SetUserId'" << user_id << "'"; in SetUserId()
490 VLOG(jdwp) << "Not sending ddms data of type " in SendDdmPacket()
561 VLOG(jdwp) << StringPrintf("sent DDMS packet %c%c%c%c to debugger %zu", in SendDdmPacket()
612 VLOG(jdwp) << "Fds have been sent to jdwp agent!"; in SendAgentFds()
703 VLOG(jdwp) << "adbconnection poll awakening"; in RunPollLoop()
719 VLOG(jdwp) << "Local agent control sock has data: " << static_cast<const char*>(buf); in RunPollLoop()
760 VLOG(jdwp) << "Ignoring second debugger. Accept then drop!"; in RunPollLoop()
765 VLOG(jdwp) << "Adb connection established with fd " << new_fd; in RunPollLoop()
771 VLOG(jdwp) << "Sending fds as soon as we received them."; in RunPollLoop()
790 VLOG(jdwp) << "Sending agent fds again on data."; in RunPollLoop()
795 VLOG(jdwp) << "Sending state update to adbd"; in RunPollLoop()
806 VLOG(jdwp) << "Woke up poll without anything to do!"; in RunPollLoop()
857 VLOG(jdwp) << "Loading agent due to jdwp packet that cannot be handled by adbconnection."; in HandleDataWithoutAgent()
965 VLOG(jdwp) << "Attaching JDWP agent with args '" << args << "'"; in AttachJdwpAgent()
1023 VLOG(jdwp) << "Unable to fix relative path logfile='" + logfile + "' without package name."; in FixLogfile()
1036 VLOG(jdwp) << "Raw jdwp options '" + opts + "'"; in MakeAgentArg()