Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlogging.cc318 if ((g_logging_destination & LOG_TO_FILE) != 0) { in InitializeLogFileHandle()
432 if ((g_logging_destination & LOG_TO_FILE) == 0) in BaseInitLoggingImpl()
799 if ((g_logging_destination & LOG_TO_FILE) != 0) { in ~LogMessage()
1046 return g_logging_destination & LOG_TO_FILE; in IsLoggingToFileEnabled()
Dlogging.h159 LOG_TO_FILE = 1 << 0, enumerator
162 LOG_TO_ALL = LOG_TO_FILE | LOG_TO_SYSTEM_DEBUG_LOG,
168 LOG_DEFAULT = LOG_TO_FILE,