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 D | console_log_impl.cpp | 95 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 D | console_log_impl.h | 36 LOG_LEVEL_ERR = 4, // console.error enumerator
|
H A D | console_module.cpp | 93 return LogNative(LOG_LEVEL_ERR, args, length); in LogError()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | dfx_assist.cpp | 59 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 D | js_fwk_common.cpp | 634 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 D | fatal_handler.cpp | 85 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()
|