HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 276 - 300 of 3267) sorted by null

<<11121314151617181920>>

  /external/autotest/server/site_tests/firmware_CorruptFwBodyB/
firmware_CorruptFwBodyB.py 5 import logging
35 logging.error("ERROR: DUT did not come up. Need to cleanup!")
41 logging.info("Corrupt firmware body B.")
46 logging.info("Expected firmware A boot and set try_fwb flag.")
51 logging.info("If RO enabled, expected firmware B boot; otherwise, "
60 logging.info("Final check and done.")
  /external/autotest/server/site_tests/firmware_ECPowerButton/
firmware_ECPowerButton.py 5 import logging
52 logging.info('ECPowerButton: debounce_power_button')
73 logging.info("Shutdown when powerd is still running and wake from S5 "
85 logging.info("Shutdown when powerd is stopped and wake from G3 "
95 logging.info("Shutdown when powerd is still running and wake from G3 "
104 logging.info("Shutdown when powerd is stopped and wake from S5 "
  /external/autotest/server/site_tests/firmware_ECWakeSource/
firmware_ECWakeSource.py 5 import logging
50 logging.info("Suspend and wake by power button.")
56 logging.info("Suspend and wake by lid switch.")
64 logging.info("Close lid to suspend and wake by lid switch.")
78 logging.info("Using CCD, ignore waking by power button.")
80 logging.info("EC hibernate and wake by power button.")
  /external/autotest/server/site_tests/firmware_RollbackFirmware/
firmware_RollbackFirmware.py 5 import logging
33 logging.error("Caught exception: %s", str(e))
37 logging.info("Rollback firmware A.")
42 logging.info("Expected firmware B boot and rollback firmware B.")
54 logging.info("Expected recovery boot and restores firmware A and B.")
65 logging.info("Expected firmware " + expected_slot + " boot, done.")
  /external/autotest/server/site_tests/firmware_UserRequestRecovery/
firmware_UserRequestRecovery.py 5 import logging
43 logging.error("Caught exception: %s", str(e))
47 logging.info("Request recovery boot.")
66 logging.info("Expected recovery boot, request recovery again.")
77 logging.info("Expected recovery boot.")
84 logging.info("Expected normal boot.")
  /external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
network_WiFi_ReconnectInDarkResume.py 6 import logging
58 logging.info('Set up WoWLAN')
65 logging.info('Bringing AP %s down.' % router.get_ssid())
71 logging.info('Iteration %d of %d' %
77 logging.info('Bringing AP %s down.' % router.get_ssid())
93 logging.info('Bringing AP %s up.' % reconnect_ap_ssid)
  /external/autotest/server/site_tests/network_WiFi_WakeOnWiFiThrottling/
network_WiFi_WakeOnWiFiThrottling.py 5 import logging
36 logging.info('Set up WoWLAN')
40 logging.info('Testing short dark resume threshold')
46 logging.info('Sending deauthentication message %d of %d',
69 logging.info('Testing long dark resume threshold')
75 logging.info('Sending deauthentication message %d of %d',
  /external/autotest/server/site_tests/sonic_AppTest/
sonic_AppTest.py 5 import logging
25 logging.info('Downloading ToT extension for test since no local '
32 logging.info('Using local extension for test %s.',
56 logging.info('Testing app %s, sonic_host %s and chromeos device %s ',
71 logging.info('Successfully started app: %s', line)
74 logging.error(log)
  /external/grpc-grpc/test/http2_test/
test_data_frame_padding.py 16 import logging
51 logging.info('on data received. Stream id: %d. Data length: %d' % (event.stream_id, len(event.data)))
60 logging.info('Stream id: %d. total resp size: %d' % (event.stream_id, len(response_data)))
70 logging.info('on request received. Stream id: %s.' % event.stream_id)
75 logging.info('on window update. Stream id: %s. Delta: %s' % (event.stream_id, event.delta))
78 logging.info('... - total updates for stream %d : %d' % (event.stream_id, total))
  /external/tensorflow/tensorflow/python/autograph/utils/
ag_logging.py 15 """Logging and debugging utilities."""
25 from tensorflow.python.platform import tf_logging as logging
34 # In interactive Python, logging echo is enabled by default.
43 _Debug logging in AutoGraph_
45 More verbose logging is useful to enable when filing bug reports or doing
48 There are two controls that control the logging verbosity:
79 0 means no logging. When reporting bugs, it is recommended to set this
125 logging.error(msg, *args, **kwargs)
132 logging.info(msg, *args, **kwargs)
138 logging.warn(msg, *args, **kwargs
    [all...]
  /external/libchrome/base/
logging.h 37 // process from the main application. When the logging system needs to display
47 // If DebugMessage.exe is not found, the logging code will use a normal
54 // Make a bunch of macros for logging. The way to log things is to stream
59 // You can also do conditional logging:
67 // There are also "debug mode" logging macros like the ones above:
73 // All "debug mode" logging is compiled away to nothing for non-debug mode
84 // There are "verbose level" logging macros. They look like
90 // The verbose logging can also be turned on module-by-module. For instance,
105 // E.g., "*/foo/bar/*=2" would change the logging level for all code
111 // // do some logging preparation and loggin
146 namespace logging { namespace
    [all...]
  /bionic/tools/bionicbb/
tasks.py 18 import logging
42 logging.fatal('No Gerrit info found: %s', msg.subject)
60 logging.warning('MessageType %s unhandled.', msg_type)
63 logging.error("%s", ex)
67 logging.error('Gerrit error (%d): %s %s', ex.code, change_id, ex.url)
96 logging.error('Could not retrieve Gmail labels')
100 logging.error('Could not find gerrit label')
108 logging.error('API Client HTTP error: %s', ex)
  /development/gsi/gsi_util/gsi_util/utils/
cmd_utils.py 18 import logging
40 logging.debug('Using local executable: %s', local_prog)
99 logging.log(logging.INFO, 'Executed command: %r (ret: %d)',
102 log_level = logging.ERROR if proc.returncode != 0 else logging.INFO
104 logging.log(log_level, ' stdout: %r', stdout)
106 logging.log(log_level, ' stderr: %r', stderr)
  /development/vndk/snapshot/
utils.py 20 import logging
41 verbose_map = (logging.WARNING, logging.INFO, logging.DEBUG)
43 logging.basicConfig(
49 logging.debug('Running `{}`'.format(' '.join(cmd)))
54 logging.debug('Running `{}`'.format(' '.join(cmd)))
56 logging.debug('Output: `{}`'.format(output))
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
EnvironmentHelper.java 18 package org.apache.harmony.logging.tests.java.util.logging.util;
  /external/autotest/client/bin/
test.py 21 import os, logging, resource, glob
55 logging.warning('System python is too old, crash handling disabled')
59 logging.warning('System python is too old, crash handling disabled')
77 logging.warning('Crash handling disabled: %s', e)
83 logging.warning('Could not find GDB installed. Crash handling '
85 logging.debug('Crash handling enabled')
105 logging.warning('Programs crashed during test execution')
107 logging.warning('Please verify %s for more info', dir)
  /external/autotest/client/common_lib/cros/
adb_keepalive.py 8 import logging
29 logging.info('Received %s, shutting down', _signum_to_name[signum])
64 logging.warning(e)
65 logging.info('Retrying command %s', adb_cmd)
66 logging.debug('%s: %s', adb_cmd, output)
91 logging.info('adb not connected. attempting to reconnect')
98 logging.info('Reconnection succeeded')
110 # Setup signal handler for logging on exit
120 logging.info('Starting adb_keepalive for target %s on socket %s',
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_test_base.py 5 import logging
38 logging.info('Running test on modem with VID: %04X, PID: %04X',
  /external/autotest/client/cros/power/
power_telemetry_utils.py 7 import logging
29 logging.debug("%s %s", message, ts)
  /external/autotest/client/profilers/cros_perf/
cros_perf.py 18 import logging
88 logging.info("perf thread starting")
97 logging.info("Running perf: %s", cmd)
100 logging.info("Sleeping for %ss", self.duration)
106 logging.info("Stopping perf")
110 logging.info(
123 logging.info("Stopping perf thread")
129 logging.info("perf thread stopped")
  /external/autotest/client/site_tests/desktopui_SimpleLogin/
desktopui_SimpleLogin.py 5 import logging, os, sys, time
33 logging.info('Exit flag detected; exiting.')
  /external/autotest/client/site_tests/dummy_Fail/
dummy_Fail.py 5 import logging
31 if to_throw == 'TestFail': logging.error('It is an error!')
  /external/autotest/client/site_tests/enterprise_CFM_AtrusUpdaterStress/
enterprise_CFM_AtrusUpdaterStress.py 6 import logging
43 logging.info('Successful attempts: {}/{}'
  /external/autotest/client/site_tests/hardware_RealtekCardReader/
hardware_RealtekCardReader.py 5 import glob, logging, os
26 logging.info("Found removable block device %s", dev)
  /external/autotest/client/site_tests/hardware_Smartctl/
hardware_Smartctl.py 5 import logging, re
41 logging.info('Run rootdev to determine boot device')
44 logging.info(str('dev: %s' % dev))
48 logging.info('Target device is an eMMC device. Skip testing')
66 logging.info(str('Iteration #%d' % loop))
70 logging.info(line)
74 logging.info(line)
83 logging.info(str('smartctl exit status: 0x%x' % exit_status))

Completed in 782 milliseconds

<<11121314151617181920>>