Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c73 static int32 g_retryInitCount = 0; variable
265 if (g_retryInitCount < MAX_RETRY_COUNT) { in OutputLog2TextFile()
268 g_retryInitCount++; in OutputLog2TextFile()
271 g_retryInitCount = 0; in OutputLog2TextFile()
326 if (g_retryInitCount < MAX_RETRY_COUNT) { in OutputLog2BinFile()
329 g_retryInitCount++; in OutputLog2BinFile()
332 g_retryInitCount = 0; in OutputLog2BinFile()