Lines Matching refs:ERROR
104 LOG(ERROR) << "Not starting debugger since process cannot load the jdwp agent."; in StartDebugger()
120 PLOG(ERROR) << "Failed to join debugger threads!"; in StopDebugger()
272 LOG(ERROR) << "The runtime is shutting down when we are trying to start up the debugger!"; in StartDebuggerThreads()
293 LOG(ERROR) << "Failed to create thread for adb-jdwp connection manager!"; in StartDebuggerThreads()
414 PLOG(ERROR) << StringPrintf("Failed to send DDMS packet %c%c%c%c to debugger (%zd of %zu)", in SendDdmPacket()
469 PLOG(ERROR) << "Failed to send agent adb connection fds."; in SendAgentFds()
538 LOG(ERROR) << "Failed to setup adb connection."; in RunPollLoop()
558 PLOG(ERROR) << "Failed to poll!"; in RunPollLoop()
572 PLOG(ERROR) << "Failed to read message from agent control socket! Retrying"; in RunPollLoop()
598 LOG(ERROR) << "Unknown message received from debugger! '" << std::string(buf) << "'"; in RunPollLoop()
691 PLOG(ERROR) << "Unable to peek into adb socket due to error. Closing socket."; in HandleDataWithoutAgent()
696 LOG(ERROR) << "Unable to peek into adb socket. Loading agent to handle this. Only read " << res; in HandleDataWithoutAgent()
714 PLOG(ERROR) << "Failed to determine amount of readable data in socket! Closing connection"; in HandleDataWithoutAgent()
729 PLOG(ERROR) << "Failed to recv data from adb connection. Closing connection"; in HandleDataWithoutAgent()
776 PLOG(ERROR) << "Failed to determine amount of readable data for handshake!"; in PerformHandshake()
791 PLOG(ERROR) << "Failed to read handshake!"; in PerformHandshake()
803 PLOG(ERROR) << "Failed to send jdwp-handshake response."; in PerformHandshake()
817 LOG(ERROR) << "Failed to load agent " << agent_name_; in AttachJdwpAgent()
837 LOG(ERROR) << "Cannot start jdwp debugging with server=n from adbconnection."; in ValidateJdwpOptions()
843 LOG(ERROR) << "Cannot use suspend=y with late-init jdwp."; in ValidateJdwpOptions()