HomeSort by relevance Sort by last modified time
    Searched full:logging_destination (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/
logging.cc 88 LoggingDestination logging_destination = LOG_DEFAULT; member in namespace:logging::__anon6936
307 if ((logging_destination & LOG_TO_FILE) != 0) {
379 logging_destination = settings.logging_dest;
382 if ((logging_destination & LOG_TO_FILE) == 0)
564 if ((logging_destination & LOG_TO_SYSTEM_DEBUG_LOG) != 0) {
597 if ((logging_destination & LOG_TO_FILE) != 0) {

Completed in 192 milliseconds