Searched refs:LOG_DEBUG (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | logger.h | 31 #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 D | log.h | 72 #define LOG_VERBOSE LOG_DEBUG 149 } else if constexpr (level == LOG_DEBUG) { in ~HiLog() argument
|
H A D | log.cpp | 45 case LogLevel::LOG_DEBUG: in ConvertToLevel()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_vm_api.cpp | 53 OH_LOG_Print(LOG_APP, LOG_DEBUG, 0xFF00, "ArkEtsVm", "%s: %s", component, msg); in LogPrint()
|
Completed in 3 milliseconds