Searched refs:logging (Results 51 - 75 of 955) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_util.py8 import logging namespace
14 '''Call the function |f|, capturing any logging output generated. |f| must
23 logging.getLogger('').addFilter(cf)
25 logging.getLogger('').removeFilter(cf)
46 saved = getattr(logging, name)
47 setattr(logging, name, replacement)
51 setattr(logging, name, saved)
/external/chromium_org/content/app/android/
H A Dlibrary_loader_hooks.cc16 #include "base/logging.h"
96 logging::LoggingSettings settings;
97 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
98 logging::InitLogging(settings);
100 logging::SetLogItems(false, // Process ID
104 VLOG(0) << "Chromium logging enabled: level = " << logging::GetMinLogLevel()
105 << ", default verbosity = " << logging::GetVlogVerbosity();
/external/chromium_org/tools/deep_memory_profiler/
H A Ddmprof.py10 import logging namespace
17 LOGGER = logging.getLogger('dmprof')
64 LOGGER.setLevel(logging.DEBUG)
65 handler = logging.StreamHandler()
66 handler.setLevel(logging.INFO)
67 formatter = logging.Formatter('%(message)s')
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dcommons-logging-1.1.1.jar ... MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ org/apache/commons/logging/impl/ META-INF/LICENSE META ...
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jar ... MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ org/apache/commons/logging/impl/ META-INF/LICENSE META ...
/external/chromium_org/tools/
H A Dmulti_process_rss.py22 import logging namespace
35 class _NullHandler(logging.Handler):
40 _LOGGER = logging.getLogger('multi-process-rss')
119 logging_handler = logging.StreamHandler()
120 logging_handler.setLevel(logging.WARNING)
121 logging_handler.setFormatter(logging.Formatter(
124 _LOGGER.setLevel(logging.WARNING)
128 logging.getLogger('procfs').setLevel(logging.WARNING)
129 logging
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jar ... about_files/ org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ org/apache/commons/logging/impl/ about.html about_files/LICENSE ...
/external/chromium_org/chrome/installer/tools/
H A Dvalidate_installation_main.cc15 #include "base/logging.h"
23 // A helper class that initializes logging and installs a log message handler to
41 static const logging::LogSeverity kViolationSeverity_;
42 static logging::LogMessageHandlerFunction old_message_handler_;
55 const logging::LogSeverity
56 ConsoleLogHelper::kViolationSeverity_ = logging::LOG_ERROR;
59 logging::LogMessageHandlerFunction
64 logging::LoggingSettings settings;
65 settings.logging_dest = logging::LOG_TO_FILE;
67 settings.lock_log = logging
[all...]
/external/chromium_org/tools/metrics/histograms/
H A Dfind_unmapped_histograms.py16 import logging namespace
122 logging.warning('%s contains non-literal histogram name <%s>', filename,
135 logging.info('Scanning Chromium source for histograms...')
176 logging.info('Reading histograms from %s...' % histograms_file_location)
227 logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.INFO)
232 logging.error("Could not change to root directory: %s", e)
242 logging.warning('No such file: %s', options.extra_histograms_file_location)
245 logging.info('')
246 logging
[all...]
H A Dpretty_print.py17 import logging namespace
135 logging.basicConfig(level=logging.INFO)
152 logging.info('Loading %s...' % os.path.relpath(histograms_pathname))
158 logging.info('DOS-style line endings (CR characters) detected - these are '
162 logging.info('Pretty-printing...')
166 logging.error('Aborting parsing due to fatal errors.')
170 logging.info('%s is correctly pretty-printed.' % histograms_filename)
173 logging.info('%s is not formatted correctly; run pretty_print.py to fix.' %
179 logging
[all...]
/external/chromium_org/tools/perf_expectations/
H A Dupdate_perf_expectations.py63 import logging namespace
70 # Default logging is INFO. Use --verbose to enable DEBUG logging.
71 _DEFAULT_LOG_LEVEL = logging.INFO
94 logging.debug('Trying to match %s', test_case_filter)
115 logging.debug('%s will be updated', test_key)
116 logging.info('%s tests found matching reg-ex: %s', len(tests_list),
161 logging.warning('%s does not exist.', test_key)
162 logging.info('Done preparing tests for update.')
204 logging
[all...]
/external/chromium_org/tools/valgrind/
H A Dcommon.py5 import logging namespace
24 logging.info("running %s in the background" % " ".join(proc))
37 logging.info("running %s, timeout %d sec" % (" ".join(proc), timeout))
52 logging.info("started subprocess")
69 logging.info("process timed out")
71 logging.info("process ended, did not time out")
79 logging.error("KILLED %d" % p.pid)
83 logging.error("TIMEOUT waiting for %s" % proc[0])
89 logging.info("flushing stdout")
92 logging
[all...]
/external/chromium_org/chrome/installer/util/
H A Dlogging_installer.cc13 #include "base/logging.h"
89 logging::LoggingSettings settings;
90 settings.logging_dest = logging::LOG_TO_FILE;
92 logging::InitLogging(settings);
96 logging::SetMinLogLevel(logging::LOG_VERBOSE);
98 logging::SetMinLogLevel(logging::LOG_ERROR);
101 // Enable ETW logging.
102 logging
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DErrorManagerTest.java18 package org.apache.harmony.logging.tests.java.util.logging;
22 import java.util.logging.ErrorManager;
24 import org.apache.harmony.logging.tests.java.util.logging.HandlerTest.NullOutputStream;
/external/chromium_org/build/android/pylib/
H A Ddevice_settings.py5 import logging namespace
31 logging.error('Skipping content settings configuration, unknown sdk %s',
36 logging.error('Skipping content settings configuration due to outdated sdk')
44 logging.info('\n%s %s', table, (80 - len(table)) * '-')
46 logging.info('\t%s: %s', key, value)
/external/chromium_org/chrome/browser/sync_file_system/
H A Dlogger_unittest.cc16 util::Log(logging::LOG_INFO, FROM_HERE, "Info test message");
17 util::Log(logging::LOG_WARNING, FROM_HERE, "Warning test message");
18 util::Log(logging::LOG_ERROR, FROM_HERE, "Error test message");
32 logging::SetMinLogLevel(logging::LOG_INFO);
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
H A Dconfig.py6 import logging namespace
60 logging.warn('Only whitelisted sources are allowed. Ignoring \"%s\".' % (
65 logging.info('Source \"%s\" already in Config.' % (source,))
71 logging.warn('Source \"%s\" not in Config.' % (source,))
77 logging.info('No sources to remove.')
/external/chromium_org/third_party/libjingle/overrides/
H A Dinitialize_module.cc8 #include "base/logging.h"
12 #include "webrtc/base/logging.h"
58 // Initialize logging, set the forward allocator functions (not on mac), and
68 logging::LogMessageHandlerFunction log_handler,
92 logging::LoggingSettings settings;
93 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
94 logging::InitLogging(settings);
97 logging::SetLogMessageHandler(log_handler);
/external/chromium_org/tools/set_default_handler/
H A Dset_default_handler_main.cc13 #include "base/logging.h"
34 logging::LoggingSettings settings;
35 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
36 logging::InitLogging(settings);
37 logging::SetMinLogLevel(logging::LOG_VERBOSE);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dheaderparserhandler.py38 import logging namespace
73 class ApacheLogHandler(logging.Handler):
74 """Wrapper logging.Handler to emit log message to apache's error.log."""
77 logging.DEBUG: apache.APLOG_DEBUG,
78 logging.INFO: apache.APLOG_INFO,
79 logging.WARNING: apache.APLOG_WARNING,
80 logging.ERROR: apache.APLOG_ERR,
81 logging.CRITICAL: apache.APLOG_CRIT,
85 logging.Handler.__init__(self)
91 self._formatter = logging
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Drun_all.py47 import logging namespace
80 logging.basicConfig(level=logging.getLevelName(options.log_level.upper()))
/external/chromium_org/base/
H A Dlogging_win.h13 #include "base/logging.h"
18 namespace logging { namespace
56 static bool LogMessage(logging::LogSeverity severity, const char* file,
72 logging::LogSeverity old_log_level_;
78 } // namespace logging
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dheaderparserhandler.py38 import logging namespace
74 class ApacheLogHandler(logging.Handler):
75 """Wrapper logging.Handler to emit log message to apache's error.log."""
78 logging.DEBUG: apache.APLOG_DEBUG,
79 logging.INFO: apache.APLOG_INFO,
80 logging.WARNING: apache.APLOG_WARNING,
81 logging.ERROR: apache.APLOG_ERR,
82 logging.CRITICAL: apache.APLOG_CRIT,
86 logging.Handler.__init__(self)
92 self._formatter = logging
[all...]
/external/chromium_org/tools/metrics/common/
H A Ddiff_util.py9 import logging namespace
30 logging.info('Computing diff...')
32 logging.info('No changes detected')
/external/chromium_org/chromecast/shell/app/
H A Dcast_main_delegate.cc8 #include "base/logging.h"
32 logging::LoggingSettings settings;
36 settings.logging_dest = logging::LOG_TO_ALL;
38 settings.delete_old = logging::DELETE_OLD_LOG_FILE;
40 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
42 logging::InitLogging(settings);
44 logging::SetLogItems(true, true, false, false);

Completed in 1937 milliseconds

1234567891011>>