Home
last modified time | relevance | path

Searched refs:LOG_DEBUG (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dlogger.h31 #define INTEROP_LOG_DEBUG(msg) OH_LOG_Print(LOG_APP, LOG_DEBUG, 0xFF00, "ts2ets", "%s", msg)
32 #define INTEROP_LOG_DEBUG_A(msg, ...) OH_LOG_Print(LOG_APP, LOG_DEBUG, 0xFF00, "ts2ets", msg, __VA_ARGS__)
/arkcompiler/ets_runtime/ecmascript/
H A Dlog.h72 #define LOG_VERBOSE LOG_DEBUG
149 } else if constexpr (level == LOG_DEBUG) { in ~HiLog() argument
H A Dlog.cpp45 case LogLevel::LOG_DEBUG: in ConvertToLevel()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm_api.cpp53 OH_LOG_Print(LOG_APP, LOG_DEBUG, 0xFF00, "ArkEtsVm", "%s: %s", component, msg); in LogPrint()

Completed in 3 milliseconds