Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlogging.cc129 LoggingDestination g_logging_destination = LOG_DEFAULT; variable
318 if ((g_logging_destination & LOG_TO_FILE) != 0) { in InitializeLogFileHandle()
429 g_logging_destination = settings.logging_dest; in BaseInitLoggingImpl()
432 if ((g_logging_destination & LOG_TO_FILE) == 0) in BaseInitLoggingImpl()
468 return g_logging_destination != LOG_NONE || log_message_handler || in ShouldCreateLogMessage()
610 if ((g_logging_destination & LOG_TO_SYSTEM_DEBUG_LOG) != 0) { in ~LogMessage()
799 if ((g_logging_destination & LOG_TO_FILE) != 0) { in ~LogMessage()
1046 return g_logging_destination & LOG_TO_FILE; in IsLoggingToFileEnabled()
/external/libchrome/libchrome_tools/patch/
Dlogging.patch52 g_logging_destination = settings.logging_dest;