Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_logger.cpp26 static int32_t g_DebugLogFd = INVALID_FD; variable
43 if (g_DebugLogFd != INVALID_FD) { in WriteLog()
82 if (g_DebugLogFd != INVALID_FD) { in InitDebugLog()
94 if (g_DebugLogFd <= 0) { in InitDebugLog()
96 g_DebugLogFd = INVALID_FD; in InitDebugLog()
102 close(g_DebugLogFd); in InitDebugLog()
108 InitDebugFd(g_DebugLogFd); in InitDebugLog()
115 if (g_DebugLogFd == INVALID_FD) { in CloseDebugLog()
122 close(g_DebugLogFd); in CloseDebugLog()
123 g_DebugLogFd = INVALID_FD; in CloseDebugLog()
[all …]