Home
last modified time | relevance | path

Searched refs:LOG_LEVEL_ERR (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dconsole_log_impl.cpp95 case LOG_LEVEL_ERR: in LogOutLevel()
176 case LOG_LEVEL_ERR: in OutputToHiLog()
202 case LOG_LEVEL_ERR: in OutputToHiLog()
203 ProductAdapter::OutputJSConsoleLog((uint8_t)(LOG_LEVEL_ERR), str); in OutputToHiLog()
H A Dconsole_log_impl.h36 LOG_LEVEL_ERR = 4, // console.error enumerator
H A Dconsole_module.cpp93 return LogNative(LOG_LEVEL_ERR, args, length); in LogError()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Ddfx_assist.cpp59 LogString(LogLevel::LOG_LEVEL_ERR, "[JS Exception]: "); in DumpErrorCode()
60 LogString(LogLevel::LOG_LEVEL_ERR, reinterpret_cast<char *>(errStrBuffer)); in DumpErrorCode()
62 LogString(LogLevel::LOG_LEVEL_ERR, "\n"); in DumpErrorCode()
H A Djs_fwk_common.cpp634 LogOutLevel(LogLevel::LOG_LEVEL_ERR); in OutputFileMaxLimitationTrace()
635 LogString(LogLevel::LOG_LEVEL_ERR, traceData); in OutputFileMaxLimitationTrace()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Dfatal_handler.cpp85 LogString(LogLevel::LOG_LEVEL_ERR, "[JS Exception]: "); in DumpFatalTrace()
86 LogString(LogLevel::LOG_LEVEL_ERR, GetErrorStr(errorCode)); in DumpFatalTrace()
87 LogString(LogLevel::LOG_LEVEL_ERR, "\n"); in DumpFatalTrace()