Home
last modified time | relevance | path

Searched refs:DEBUGGER_LOGE (Results 1 – 4 of 4) sorted by relevance

/third_party/quickjs/
Ddebugger.c50 DEBUGGER_LOGE("DBG_ConnectToIde memset_s fail"); in DBG_ConnectToIde()
63 DEBUGGER_LOGE("DBG_ConnectToIde fail connectResult fail"); in DBG_ConnectToIde()
73 DEBUGGER_LOGE("DBG_SocketWrite fail client=%d, len=%d, buf=%s", client, len, buf); in DBG_SocketWrite()
81 DEBUGGER_LOGE("DBG_SocketWrite fail ret=%d", ret); in DBG_SocketWrite()
93 DEBUGGER_LOGE("DBG_ReadMsg fail debuggerInfo=NULL"); in DBG_ReadMsg()
122 DEBUGGER_LOGE("DBG_SendMsg fail jsonStrMsg=%s", jsonStrMsg); in DBG_SendMsg()
126 DEBUGGER_LOGE("DBG_SendMsg fail len=%zu", len); in DBG_SendMsg()
163 DEBUGGER_LOGE("DBG_SendStopMsg fail debuggerInfo=NULL"); in DBG_SendStopMsg()
168 DEBUGGER_LOGE("DBG_SendStopMsg fail cx=NULL"); in DBG_SendStopMsg()
187 DEBUGGER_LOGE("DBG_SendResponseMsg fail debuggerInfo=NULL"); in DBG_SendResponseMsg()
[all …]
Dmessage_server.cpp47 DEBUGGER_LOGE("GetInstanceName strcpy_s fail"); in DBG_CopyComponentNameFromAce()
79 DEBUGGER_LOGE("DBG_SocketRead fail client=%d, len=%d, buf=%s", client, len, buf); in DBG_SocketRead()
107 DEBUGGER_LOGE("DBG_ReadMsgLen fail msgLen=%d", msgLen); in DBG_ReadMsgLen()
122 DEBUGGER_LOGE("DBG_ReadMsg fail msgBuf=nullptr"); in ReadMsg()
128 DEBUGGER_LOGE("DBG_ReadMsg fail readRet=%d", readRet); in ReadMsg()
149 DEBUGGER_LOGE("DBG_SetComponentName fail"); in DBG_SetComponentNameAndInstanceId()
165 DEBUGGER_LOGE("DBG_GetComponentName fail"); in DBG_GetComponentName()
183 DEBUGGER_LOGE("DBG_StartServer memset_s fail"); in DBG_StartServer()
189 DEBUGGER_LOGE("DBG_StartServer strcpy_s fail"); in DBG_StartServer()
215 DEBUGGER_LOGE("DBG_StartAgent fail"); in DBG_StartAgent()
Ddebugger.h64 #define DEBUGGER_LOGE(...) HILOG_ERROR(LOG_CORE, __VA_ARGS__) macro
Dquickjs.c2152 DEBUGGER_LOGE("Create debugger_info failed!"); in JS_NewContextRaw()
53998 DEBUGGER_LOGE("JS_JudgeConditionBreakPoint ctx == NULL"); in JS_JudgeConditionBreakPoint()
54003 DEBUGGER_LOGE("JS_JudgeConditionBreakPoint get byte_code fail"); in JS_JudgeConditionBreakPoint()
54008 DEBUGGER_LOGE("JS_JudgeConditionBreakPoint get debugger info fail"); in JS_JudgeConditionBreakPoint()
54034 DEBUGGER_LOGE("JS_IsException ret"); in JS_JudgeConditionBreakPoint()
54062 DEBUGGER_LOGE("JS_HitBreakpoint get debugger info fail"); in JS_HitBreakpoint()
54069 DEBUGGER_LOGE("JS_HitBreakpoint fail msg=JS_IsUndefined"); in JS_HitBreakpoint()
54088 DEBUGGER_LOGE("JS_HitBreakpoint update breakpoint fail"); in JS_HitBreakpoint()
54093 DEBUGGER_LOGE("JS_HitBreakpoint fail debugger.breakpoints is false"); in JS_HitBreakpoint()
54098 DEBUGGER_LOGE("JS_HitBreakpoint get pc fail"); in JS_HitBreakpoint()
[all …]