Lines Matching refs:LOG
86 LOG(ERROR) << "JDWP net startup failed (req port=" << options->port << ")"; in InitSocketTransport()
94 LOG(INFO) << "JDWP will wait for debugger on port " << port; in InitSocketTransport()
96 LOG(INFO) << "JDWP will " << (options->server ? "listen" : "connect") << " on port " << port; in InitSocketTransport()
281 LOG(WARNING) << "gethostbyname_r('" << options->host << "') failed: " << hstrerror(error); in Establish()
299 …LOG(INFO) << "Connecting out to " << inet_ntoa(addr.addrInet.sin_addr) << ":" << ntohs(addr.addrIn… in Establish()
320 …LOG(INFO) << "Connection established to " << options->host << " (" << inet_ntoa(addr.addrInet.sin_… in Establish()
386 LOG(INFO) << "NOTE: entering select w/o wakepipe"; in ProcessIncoming()
417 LOG(ERROR) << "Exit wake set, but not exiting?"; in ProcessIncoming()
424 LOG(INFO) << "Ignoring second debugger -- accepting and dropping"; in ProcessIncoming()
433 LOG(INFO) << "Weird -- accept failed"; in ProcessIncoming()
473 LOG(ERROR) << StringPrintf("ERROR: bad handshake '%.14s'", input_buffer_); in ProcessIncoming()