Lines Matching refs:LOG_DEBUG
35 WRITE_LOG(LOG_DEBUG, "~HdcServer"); in ~HdcServer()
137 WRITE_LOG(LOG_DEBUG, "server shortpath:[%s] runPath:[%s]", shortPath, runPath.c_str()); in PullupServerWin32()
143 WRITE_LOG(LOG_DEBUG, "Run server in debug-forground, cmd:%s, args:%s", runPath.c_str(), buf); in PullupServerWin32()
485 …WRITE_LOG(LOG_DEBUG, "handshake.banner:%s, payload:%s(%d)", handshake.banner.c_str(), s.c_str(), p… in ServerSessionHandshake()
494 WRITE_LOG(LOG_DEBUG, "Hello failed"); in ServerSessionHandshake()
499 WRITE_LOG(LOG_DEBUG, "Auth failed"); in ServerSessionHandshake()
534 WRITE_LOG(LOG_DEBUG, "Session handshake %s connType:%d", ret ? "successful" : "failed", in FetchCommand()
544 WRITE_LOG(LOG_DEBUG, "Die channelId :%lu recv CMD_KERNEL_CHANNEL_CLOSE", channelId); in FetchCommand()
547 WRITE_LOG(LOG_DEBUG, "channelId :%lu die", channelId); in FetchCommand()
570 WRITE_LOG(LOG_DEBUG, "CMD_KERNEL_CHANNEL_CLOSE channelid:%u", channelId); in FetchCommand()
609 WRITE_LOG(LOG_DEBUG, "command passthrough to client command:%u channelId:%u", in FetchCommand()
720 WRITE_LOG(LOG_DEBUG, "HdcServer::UsbPreConnect"); in UsbPreConnect()
747 WRITE_LOG(LOG_DEBUG, "%s", __FUNCTION__); in UartPreConnect()
754 WRITE_LOG(LOG_DEBUG, "%s failed because max retry limit %d", __FUNCTION__, in UartPreConnect()
763 WRITE_LOG(LOG_DEBUG, "%s query %s", __FUNCTION__, hSession->ToDebugString().c_str()); in UartPreConnect()
766 WRITE_LOG(LOG_DEBUG, "%s not found", __FUNCTION__); in UartPreConnect()
771 WRITE_LOG(LOG_DEBUG, "%s ConnectDaemonByUart done", __FUNCTION__); in UartPreConnect()
877 …WRITE_LOG(LOG_DEBUG, "Hdcserver AttachChannel uv_tcp_open failed %s, channelid:%d fdChildWorkTCP:%… in AttachChannel()
897 WRITE_LOG(LOG_DEBUG, "Childchannel has already freed, cid:%u", channelId); in DeatchChannel()
908 WRITE_LOG(LOG_DEBUG, "Childchannel free direct, cid:%u", hChannel->channelId); in DeatchChannel()
914 WRITE_LOG(LOG_DEBUG, "Childchannel free callback, cid:%u", hChannel->channelId); in DeatchChannel()
991 WRITE_LOG(LOG_DEBUG, "Server not enable unity/shell"); in RemoveInstanceTask()