Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c47 static HiviewCache g_logCache = { variable
119 if (g_logCache.usedSize > 0) { in ClearLogOutput()
186 if (g_logCache.usedSize >= HIVIEW_HILOG_FILE_BUF_SIZE) { in OutputLog()
204 WriteToCache(&g_logCache, (uint8 *)data, len); in OutputLog()
219 DiscardCacheData(&g_logCache); in OutputLogRealtime()
242 if (g_logCache.usedSize < sizeof(HiLogCommon)) { in OutputLog2TextFile()
251 DiscardCacheData(&g_logCache); in OutputLog2TextFile()
290 uint16 outputSize = g_logCache.usedSize; in OutputLog2BinFile()
308 DiscardCacheData(&g_logCache); in OutputLog2BinFile()
315 DiscardCacheData(&g_logCache); in OutputLog2BinFile()
[all …]