Home
last modified time | relevance | path

Searched refs:OUTPUT_OPTION_DEBUG (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hilog_lite/command/
H A Dhilog_command.h46 OUTPUT_OPTION_DEBUG = 0, /* Output to the UART without buffer. Commercial versions are forbidden. */ enumerator
/base/hiviewdfx/hiview_lite/
H A Dhiview_config.h89 OUTPUT_OPTION_DEBUG = 0, /* Output to the UART without buffer. Commercial versions are forbidden. */ enumerator
/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c132 if (opt == OUTPUT_OPTION_DEBUG || opt == OUTPUT_OPTION_FLOW) { in InitFaultEventOutput()
147 if (opt == OUTPUT_OPTION_DEBUG || opt == OUTPUT_OPTION_FLOW) { in InitUeEventOutput()
162 if (opt == OUTPUT_OPTION_DEBUG || opt == OUTPUT_OPTION_FLOW) { in InitStatEventOutput()
251 if (c->usedSize >= HIVIEW_HIEVENT_FILE_BUF_SIZE || opt == OUTPUT_OPTION_DEBUG) { in OutputEvent()
259 case OUTPUT_OPTION_DEBUG: in OutputEvent()
/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_log_limit.c61 if (GETOPTION(g_hiviewConfig.outputOption) == OUTPUT_OPTION_DEBUG) { in LogIsLimited()
H A Dhiview_output_log.c102 if (opt == OUTPUT_OPTION_DEBUG || opt == OUTPUT_OPTION_FLOW) { in InitLogOutput()
162 if (opt == OUTPUT_OPTION_DEBUG || isPrint || isDisableCache) { in OutputLog()
169 if (opt == OUTPUT_OPTION_DEBUG || isDisableCache || isLogLimited) { in OutputLog()
376 } else if (GETOPTION(g_hiviewConfig.outputOption) == OUTPUT_OPTION_DEBUG) { in LogContentFmt()

Completed in 4 milliseconds