/arkcompiler/toolchain/inspector/ |
H A D | connect_inspector.cpp | 66 LOGI("layoutOpen start"); in OnOpenMessage() 76 LOGI("record start"); in OnInspectorRecordMessage() 84 LOGI("record stop"); in OnInspectorRecordMessage() 99 LOGI("ConnectServer OnMessage: %{public}s", message.c_str()); in OnMessage() 110 LOGI("layoutClose start"); in OnMessage() 116 LOGI("state profiler open"); in OnMessage() 122 LOGI("state profiler close"); in OnMessage() 128 LOGI("tree start"); in OnMessage() 135 LOGI("stopDebugger start"); in OnMessage() 179 LOGI("StartServerForSocketPai in StartServerForSocketPair() [all...] |
H A D | ws_server.cpp | 47 LOGI("WsSever Runsever: Init tcp websocket %{public}d", debugInfo_.port); in RunServer() 62 LOGI("WsServer RunServer fport localabstract: %{public}d%{public}s%{public}s", in RunServer() 68 LOGI("WsServer RunServer fport ark: %{public}d", debugInfo_.socketfd); in RunServer() 99 LOGI("WsServer receiving disconnect msg: %{public}s", message.c_str()); in ContinueRunserver() 102 LOGI("WsServer OnMessage: %{public}s", message.c_str()); in ContinueRunserver() 111 LOGI("WsServer StopServer"); in StopServer() 132 LOGI("WsServer SendReply: %{public}s", message.c_str()); in SendReply()
|
H A D | inspector.cpp | 84 LOGI("HandleClient"); in HandleClient() 104 LOGI("LoadArkDebuggerLibrary, handle has already loaded"); in LoadArkDebuggerLibrary() 353 LOGI("StartDebugForSocketpair, tid = %{private}d, socketfd = %{private}d", tid, socketfd); in StartDebugForSocketpair() 377 LOGI("StartDebug, componentName = %{private}s, isDebugMode = %{private}d, instanceId = %{private}d", in StartDebug() 400 LOGI("Wait for debugger for previewer"); in StartDebug() 408 LOGI("WaitForDebugger"); in WaitForDebugger() 414 LOGI("StopDebug start, vm is %{private}p", vm); in StopDebug() 431 LOGI("StopDebug end"); in StopDebug() 436 LOGI("StopDebug start, componentName = %{private}s, tid = %{private}d", componentName.c_str(), tid); in StopOldDebug() 448 LOGI("StopDebu in StopOldDebug() [all...] |
H A D | connect_server.cpp | 80 LOGI("ConnectServer StopServer"); in StopServer() 96 LOGI("ConnectServer SendReply: %{public}s", message.c_str()); in SendMessage()
|
/arkcompiler/toolchain/common/ |
H A D | log_wrapper.h | 44 #ifdef LOGI 45 #undef LOGI macro 77 #define LOGI(fmt, ...) StdLog::PrintLog(LogLevel::INFO, fmt, ##__VA_ARGS__) macro 83 #define LOGI(fmt, ...) HILOG_INFO(LOG_CORE, fmt, ##__VA_ARGS__) macro
|
/arkcompiler/toolchain/websocket/client/ |
H A D | websocket_client.cpp | 117 LOGI("InitToolchainWebSocketForPort::client connect success."); in InitToolchainWebSocketForPort() 172 LOGI("InitToolchainWebSocketForSockName::client connect success."); in InitToolchainWebSocketForSockName() 195 LOGI("ClientSendWSUpgradeReq::client send wsupgrade req success."); in ClientSendWSUpgradeReq() 234 LOGI("ClientRecvWSUpgradeRsp::client recv wsupgrade rsp success."); in ClientRecvWSUpgradeRsp()
|
/arkcompiler/toolchain/tooling/client/domain/ |
H A D | test_client.cpp | 35 LOGI("TestClient DispatcherCmd cmd: %{public}s", cmd.c_str()); in DispatcherCmd() 38 LOGI("Unknown commond: %{public}s", cmd.c_str()); in DispatcherCmd()
|
H A D | runtime_client.cpp | 40 LOGI("RuntimeClient DispatcherCmd reqStr1: %{public}s", cmd.c_str()); in DispatcherCmd() 43 LOGI("Unknown commond: %{public}s", cmd.c_str()); in DispatcherCmd() 203 LOGI("arkdb: Runtime replay message is %{public}s", json->Stringify().c_str()); in RecvReply()
|
H A D | debugger_client.cpp | 62 LOGI("DebuggerClient DispatcherCmd cmd: %{public}s", cmd.c_str()); in DispatcherCmd() 66 LOGI("unknown command: %{public}s", cmd.c_str()); in DispatcherCmd() 354 LOGI("arkdb: Debugger reply is: %{public}s", json->Stringify().c_str()); in RecvReply()
|
H A D | profiler_client.cpp | 42 LOGI("Unknown commond: %{public}s", cmd.c_str()); in DispatcherCmd() 46 LOGI("DispatcherCmd cmd: %{public}s", cmd.c_str()); in DispatcherCmd()
|
H A D | heapprofiler_client.cpp | 46 LOGI("DispatcherCmd reqStr1: %{public}s", cmd.c_str()); in DispatcherCmd() 50 LOGI("unknown command: %{public}s", cmd.c_str()); in DispatcherCmd()
|
/arkcompiler/toolchain/websocket/server/ |
H A D | websocket_server.cpp | 186 LOGI("AcceptNewConnection accept has exited"); in AcceptNewConnection() 223 LOGI("InitTcpWebSocket websocket has inited"); in InitTcpWebSocket() 278 LOGI("InitUnixWebSocket websocket has inited"); in InitUnixWebSocket() 324 LOGI("InitUnixWebSocket websocket has inited"); in InitUnixWebSocket() 373 LOGI("New client connected"); in OnNewConnection()
|
/arkcompiler/toolchain/tooling/client/session/ |
H A D | session.cpp | 51 LOGI("arkdb [%{public}u] message = %{public}s", sessionId_, decMessage.c_str()); in SocketMessageLoop()
|
/arkcompiler/toolchain/websocket/ |
H A D | websocket_base.cpp | 246 LOGI("Close connection, status = %{public}d", static_cast<int>(status)); in CloseConnection()
|