HomeSort by relevance Sort by last modified time
    Searched full:logging (Results 1651 - 1675 of 9342) sorted by null

<<61626364656667686970>>

  /external/chromium_org/sync/tools/
sync_client.cc 15 #include "base/logging.h"
168 logging::LogMessage(from_here.file_name(), from_here.line_number(),
169 logging::LOG_ERROR).stream()
232 logging::LoggingSettings settings;
233 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
234 logging::InitLogging(settings);
254 "after logging into\n"
  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 8 import logging namespace
26 LOGGER = logging.getLogger('prepare_symbol_info')
45 if LOGGER.getEffectiveLevel() <= logging.DEBUG:
209 LOGGER.setLevel(logging.DEBUG)
210 handler = logging.StreamHandler()
211 handler.setLevel(logging.INFO)
212 formatter = logging.Formatter('%(message)s')
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 6 import logging namespace
169 logging.getLogger().setLevel(logging.DEBUG)
171 logging.getLogger().setLevel(logging.INFO)
173 logging.getLogger().setLevel(logging.WARNING)
  /external/chromium_org/tools/valgrind/
tsan_analyze.py 14 import logging namespace
237 logging.info("FAIL! Found %i report(s)" % len(reports))
239 logging.info('\n' + report)
246 logging.error("FAIL! Sanity check failed!")
252 logging.info("PASS: No reports found")
265 logging.getLogger().setLevel(logging.INFO)
memcheck_analyze.py 14 import logging namespace
494 logging.warn("Valgrind process PID = %s is not running but its "
506 logging.warn(str(origsize - newsize) +
513 logging.warn("could not parse %s: %s" % (file, e))
524 logging.warn(" %s" % context_data)
526 logging.warn("> %s" % context_data)
573 logging.warn("valgrind didn't finish writing %d files?!" % len(badfiles))
575 logging.warn("Last 20 lines of %s :" % file)
579 logging.error("FAIL! Couldn't parse Valgrind output file")
586 logging.error("FAIL! There were %s errors: " % len(cur_report_errors)
    [all...]
  /external/srec/portable/include/
pmemory.h 265 * Enables low-level logging to file. This logs individual memory allocations and
268 * @param file A file in which logging of memory related operations should be
269 * performed. If NULL, no logging is performed.
275 * Dumps memory report to the log file, closes it and disables logging.
282 * Enables/disables memory logging. This is useful for hiding allocations/deallocation
283 * from pmemReport() and other reporting mechanisms, simply disable logging prior
286 * @param value True if logging should be enabled
  /frameworks/base/core/java/android/os/
Looper.java 130 Printer logging = me.mLogging; local
131 if (logging != null) {
132 logging.println(">>>>> Dispatching to " + msg.target + " " +
138 if (logging != null) {
139 logging.println("<<<<< Finished to " + msg.target + " " + msg.callback);
166 * Control logging of messages as they are processed by this Looper. If
172 * null to disable message logging.
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 24 import com.android.emailcommon.Logging;
125 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required");
147 LogUtils.d(Logging.LOG_TAG, "No valid authentication mechanism found.");
154 LogUtils.d(Logging.LOG_TAG, e.toString());
159 LogUtils.d(Logging.LOG_TAG, ioe.toString());
217 * is logged (if debug logging is enabled) so do not use this function for user ID or password.
232 * please pass a replacement string here (for logging).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 10 import logging namespace
159 help="More verbose logging")
215 # Set up logging handler
216 level = logging.DEBUG if options.verbose else logging.INFO
217 logging.basicConfig(format='%(name)s: %(message)s', level=level)
218 logger = logging.getLogger('lib2to3.main')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 10 import logging namespace
159 help="More verbose logging")
215 # Set up logging handler
216 level = logging.DEBUG if options.verbose else logging.INFO
217 logging.basicConfig(format='%(name)s: %(message)s', level=level)
218 logger = logging.getLogger('lib2to3.main')
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_main.py 11 import logging namespace
78 logging.warn(str(e))
117 logging.warn(str(e))
226 logging.error(str(e))
278 logging.error(str(e))
393 loglevel = logging.DEBUG
395 loglevel = logging.INFO
397 loglevel = logging.WARNING
400 logging.basicConfig(stream=sys.stdout, level=loglevel, format=fmt)
426 logging.error(str(e)
    [all...]
  /external/chromium_org/tools/checkperms/
checkperms.py 28 import logging namespace
218 logging.debug('%s; cwd=%s' % (' '.join(cmd), cwd))
243 logging.info('svn url: %s' % svn_url)
367 logging.debug('check_file(%s)' % rel_path)
383 logging.info('check(%s) -> %d' % (start_dir, len(items)))
495 '-v', '--verbose', action='count', default=0, help='Print debug logging')
507 levels = [logging.ERROR, logging.INFO, logging.DEBUG]
508 logging.basicConfig(level=levels[min(len(levels) - 1, options.verbose)]
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_browser_backend.py 4 import logging namespace
56 logging.info('Copying dummy login extension to the device')
103 # Debug logging for login flake (crbug.com/263527).
117 logging.info('Using --auth-ext-path=%s to login', self._login_ext_dir)
202 logging.info('Restarting Chrome with flags and login')
216 logging.info('Forwarding remote debugging port %d to local port %d',
252 logging.info('Browser is up!')
289 logging.info('(Re)starting the ui (logs the user out)')
397 logging.info('Invoking Oobe.loginForTesting')
428 logging.error('Chrome args: %s' % self._GetChromeProcess()['args']
    [all...]
android_browser_backend.py 5 import logging namespace
40 logging.critical('Profiles cannot be overriden with current configuration')
167 logging.critical('android_browser_backend: Timeout while waiting for '
234 logging.debug('Using command line: ' + file_contents)
247 logging.critical('Cannot set Chrome command line. '
285 logging.critical('Failed to connect to browser.')
287 logging.critical(
350 logging.info("Pulling profile directory from device: '%s'->'%s'.",
422 logging.warning('Using the user-space forwarder.\n')
  /external/chromium_org/build/android/pylib/instrumentation/
test_jar.py 8 import logging namespace
54 logging.info('Loading cached proguard output from %s',
64 logging.warning('PICKLE_FORMAT_VERSION has changed, ignoring cache')
120 logging.info('Storing proguard output to %s', self._pickled_proguard_name)
196 logging.warning(
  /external/chromium_org/build/android/pylib/
ports.py 10 import logging namespace
38 logging.error(e)
70 logging.info(e)
76 logging.info('Allocate port %d for test server.', port)
78 logging.error('Could not allocate port for test server. '
  /external/chromium_org/chrome/test/functional/media/
media_constrained_network_perf.py 22 import logging namespace
155 logging.debug('Iteration:%d - Test %s ended with %d%% of the video '
160 logging.error('Iteration:%d - Test %s failed to end gracefully due '
196 logging.debug('Starting a dummy test to avoid Chrome/CNS startup overhead.')
198 logging.debug('Dummy test has finished. Starting real perf tests.')
  /external/kernel-headers/original/linux/
relay.h 81 * The client should return 1 to continue logging, 0 to stop
82 * logging.
186 * if you might be logging from interrupt context. Try
187 * __relay_write() if you know you won't be logging from
215 * relay_write() if you might be logging from interrupt
  /docs/source.android.com/src/source/
code-style.jd 552 <p>While logging is necessary it has a significantly negative impact on
554 terse. The logging facilities provides five different levels of logging. Below
559 This level of logging should be used when something fatal has happened,
563 level is always logged. Issues that justify some logging at the ERROR level
569 This level of logging should used when something serious and unexpected
574 logged. Issues that justify some logging at the WARNING level might also be
579 This level of logging should used be to note that something interesting to
583 authoritative in that domain (to avoid duplicate logging by non-authoritative
588 This level of logging should be used to further note what is happening on th
    [all...]
  /external/chromium_org/build/android/pylib/linker/
test_case.py 37 import logging namespace
95 logging.error('Could not find linker source file: ' + source_path)
101 logging.error(
107 logging.error('Unexpected browser config value: ' + configs[0])
110 logging.info('Found linker browser shared RELRO config: ' + configs[0])
275 logging.info('%s library load map: %s', process_type, lib_addr_map)
334 logging.info('Running linker test: %s', self.tagged_name)
420 logging.info('Browser libraries: %s', browser_libs)
421 logging.info('Renderer libraries: %s', renderer_libs)
427 logging.error('Library set mistmach browser=%s renderer=%s'
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 53 import com.android.emailcommon.Logging;
198 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
199 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onCreate");
224 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
225 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onActivityCreated");
235 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
236 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onStart");
254 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
255 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onResume");
282 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG)
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py 16 import logging namespace
223 logging.info("**** %s\t%s", short_desc, long_desc)
232 logging.info('Clean skipped -- no previous output directory!')
247 logging.info('UseWhitelistedChars using: %s' % result)
337 logging.getLogger().setLevel(logging.DEBUG)
339 logging.getLogger().setLevel(logging.ERROR)
340 logging.info('pnacl_component_crx_gen w/ options %s and args %s\n'
  /external/nist-sip/java/gov/nist/core/
LogWriter.java 33 // TODO: this class should be replaced by android logging mechanism.
113 // * A wrapper around log4j that is used for logging debug and errors. You can
128 // * The logger to which we will write our logging output.
144 // * Flag to indicate that logging is enabled.
434 // * If user specifies a logging file as part of the startup
472 // System.err.println("logging dislabled ");
485 // * @return flag to indicate if logging is enabled.
534 // * Disable logging altogether.
542 // * Enable logging (globally).
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 30 import com.android.emailcommon.Logging;
148 LogUtils.d(Logging.LOG_TAG, e.toString());
154 // This catch is only here to enhance logging of connection-time issues.
156 LogUtils.d(Logging.LOG_TAG, ioe.toString());
393 LogUtils.d(Logging.LOG_TAG, ie.toString());
418 LogUtils.d(Logging.LOG_TAG, ie.toString());
449 LogUtils.d(Logging.LOG_TAG, ie.toString());
473 LogUtils.d(Logging.LOG_TAG, ie.toString());
505 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required");
  /packages/apps/Email/src/com/android/email/service/
Pop3Service.java 38 import com.android.emailcommon.Logging;
116 if (Logging.LOGD) {
117 LogUtils.v(Logging.LOG_TAG, "synchronizeMailbox", e);
318 LogUtils.d(Logging.LOG_TAG, "remoteMessageCount " + remoteMessageCount);
358 LogUtils.d(Logging.LOG_TAG, "found a local message, need " +
369 LogUtils.d(Logging.LOG_TAG, "need to sync " + uid);
372 LogUtils.d(Logging.LOG_TAG, "don't need to sync " + uid);
376 LogUtils.d(Logging.LOG_TAG, "loaded " + count + " messages, stopping");
445 LogUtils.d(Logging.LOG_TAG, "need to delete " + uidToDelete);

Completed in 1559 milliseconds

<<61626364656667686970>>