Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlogging.cc100 LoggingDestination g_logging_destination = LOG_DEFAULT; variable
284 if ((g_logging_destination & LOG_TO_FILE) != 0) { in InitializeLogFileHandle()
379 g_logging_destination = settings.logging_dest; in BaseInitLoggingImpl()
382 if ((g_logging_destination & LOG_TO_FILE) == 0) in BaseInitLoggingImpl()
418 return g_logging_destination != LOG_NONE || log_message_handler || in ShouldCreateLogMessage()
554 if ((g_logging_destination & LOG_TO_SYSTEM_DEBUG_LOG) != 0) { in ~LogMessage()
711 if ((g_logging_destination & LOG_TO_FILE) != 0) { in ~LogMessage()
931 return g_logging_destination & LOG_TO_FILE; in IsLoggingToFileEnabled()