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

1 2 34 5 6 7 8 91011>>

  /external/autotest/client/site_tests/network_ChromeWifiConfigure/
network_ChromeWifiConfigure.py 5 import logging
31 logging.info('create_wifi')
40 logging.info('Calling createNetwork')
45 logging.info(' guid: ' + guid)
47 logging.info('Calling getNetworkInfo')
52 logging.info(' result: ' + str(network))
59 logging.info('run_once_internal')
  /external/autotest/server/cros/
filesystem_util.py 5 import logging
26 logging.info('DUT root file system is writable.')
28 logging.info('DUT root file system is not writable. '
33 logging.info('DUT root filesystem converted to writable')
48 logging.info('Disabling rootfs verification.')
51 logging.info('Rebooting the host')
54 logging.info('Remounting root filesystem')
  /external/autotest/server/site_tests/firmware_CorruptKernelB/
firmware_CorruptKernelB.py 5 import logging
33 logging.error("Caught exception: %s", str(e))
37 logging.info("Prioritize kernel B.")
42 logging.info("Expected kernel B boot and corrupt kernel B.")
47 logging.info("Expected kernel A boot and restore kernel B.")
52 logging.info("Expected kernel B boot and prioritize kerenl A.")
57 logging.info("Expected kernel A boot.")
  /external/autotest/site_utils/rpm_control_system/
setup_rpms.py 5 import logging, sys
44 logging.debug('Setting up %s.', rpm_name)
51 logging.error('Failed to set up %s.', rpm_name)
63 logging.debug('Setting up All RPM devices in lab: Oyster Bay.')
67 logging.debug('Setting up All RPM devices in lab: Atlantis.')
78 logging.basicConfig(level=logging.DEBUG, format=LOGGING_FORMAT)
rpm_logging_config.py 5 import logging
6 import logging.handlers
24 class SuspendableSMTPHandler(logging.handlers.SMTPHandler):
63 Correctly set up logging to have the correct format/level, log to a file,
69 @returns email_handler: Logging handler used to send out email alerts.
71 logging.basicConfig(filename=_logfile_path(log_dir, log_filename_format),
72 level=logging.INFO, format=LOGGING_FORMAT)
77 """Start log server to accept logging through a TCP server.
84 level=logging.INFO,
89 """Sets up logging option when using a logserver.""
    [all...]
  /external/autotest/client/common_lib/
smogcheck_tpm.py 23 import datetime, logging
117 logging.info(' TPM 1.2 Version Info:\n')
118 logging.info(' Chip Version: %d.%d.%d.%d.', vi.version.major,
120 logging.info(' Spec Level: %d', vi.specLevel)
121 logging.info(' Errata Revision: %d', vi.errataRev)
123 logging.info(' TPM Vendor ID: %s', ''.join(vendorId))
125 logging.info(' Vendor Specific data (first 4 bytes in Hex): '
146 logging.info(' TPM Test Results: %s', ''.join(out))
170 logging.info('Attempt to load shared library %s', TSPI_C_LIB)
176 logging.info('Successfully loaded shared library %s', TSPI_C_LIB
    [all...]
  /external/autotest/client/cros/audio/
pack_audio_quality.py 10 import logging
49 logging.debug('Link command: %s', command)
67 logging.debug('Zip command: %s', command)
78 logging.debug('Check command: %s', command)
80 logging.debug('output: %s', output)
137 level = logging.DEBUG if args.debug else logging.INFO
139 logging.basicConfig(format=format, level=level)
151 logging.info('Packed file: %s', out_file)
  /external/autotest/server/site_tests/firmware_CorruptFwBodyA/
firmware_CorruptFwBodyA.py 5 import logging
35 logging.error("ERROR: DUT did not come up. Need to cleanup!")
43 logging.info('The firmware USE_RO_NORMAL flag is enabled.')
44 logging.info("Corrupt firmware body A.")
49 logging.info("Still expected firmware A boot and restore.")
53 logging.info('The firmware USE_RO_NORMAL flag is disabled.')
54 logging.info("Corrupt firmware body A.")
59 logging.info("Expected firmware B boot and restore firmware A.")
65 logging.info("Expected firmware " + expected_slot + " boot, done.")
  /external/autotest/server/site_tests/firmware_DevScreenTimeout/
firmware_DevScreenTimeout.py 5 import logging
44 logging.info('Got firmware boot time [%s]: %s', tag, fw_time)
61 logging.info("Firmware boot time [quick_bypass_boot] after "
68 logging.info('Estimated developer firmware timeout: %s', got_timeout)
90 logging.info("Always expected developer mode firmware A boot.")
101 logging.info("Reboot and bypass the Developer warning screen "
106 logging.info("Record the firmware boot time without waiting for "
110 logging.info("Reboot the device, do nothing and wait for screen "
117 logging.info("Check the firmware screen timeout matches our spec.")
  /external/scapy/scapy/
error.py 7 Logging subsystem and basic exception class.
11 ##### Logging subsystem #####
17 import logging, traceback, time
19 class ScapyFreqFilter(logging.Filter):
21 logging.Filter.__init__(self)
52 from logging import NullHandler
55 from logging import Handler
59 log_scapy = logging.getLogger("scapy")
61 log_runtime = logging.getLogger("scapy.runtime") # logs at runtime
63 log_interactive = logging.getLogger("scapy.interactive") # logs in interactive function
    [all...]
  /external/autotest/client/site_tests/platform_DebugDaemonGetRoutes/
platform_DebugDaemonGetRoutes.py 6 import logging
20 logging.debug('IP4 Routes: %s', ip4_routes)
22 logging.debug('IP6 Routes: %s', ip6_routes)
  /external/autotest/client/site_tests/power_StatsCPUFreq/
power_StatsCPUFreq.py 5 import logging, time
20 logging.info('CPUFreq stats since boot:\n %s', current_stats)
28 logging.info('CPUFreq stats in the last %d seconds :\n %s',
  /external/autotest/client/site_tests/power_StatsUSB/
power_StatsUSB.py 5 import logging, time
20 logging.info('USB active time since boot: %.2f%%', stats['active'])
28 logging.info('USB active time in the last %d seconds: %.2f%%',
  /external/autotest/client/tests/hwclock/
hwclock.py 3 import re, os, logging
13 logging.info('Setting hwclock to 2/2/80 03:04:00')
25 logging.info('Restoring the hardware clock')
  /external/autotest/server/site_tests/enterprise_CFM_RebootStress/
enterprise_CFM_RebootStress.py 5 import logging
26 logging.info("Performing in total %d reboot cycles...", reboot_cycles)
28 logging.info("Started reboot cycle %d.", cycle)
  /external/autotest/server/site_tests/firmware_Cr50TpmMode/
firmware_Cr50TpmMode.py 4 import logging
49 logging.info('Reset')
57 logging.info('Get TPM Mode')
67 logging.info(output_log)
73 logging.info('Checked TPM response')
78 logging.info('Set TPM Mode')
80 logging.info(output_log)
91 logging.info('TPM did not respond')
101 logging.info('Checked TPM response')
109 logging.info('Expectedly failed to disable TPM mode')
    [all...]
  /external/autotest/venv/lucifer/
loglib.py 5 """Shared logging functions"""
11 import logging
12 import logging.config
16 """Add logging configuration options to argument parser.
21 # logging options.
32 # logging options.
38 """Configure logging globally.
43 logging.config.dictConfig({
56 'class': 'logging.StreamHandler',
  /external/chromium-trace/catapult/common/py_utils/py_utils/
memory_debug.py 7 import logging
41 logging.log(level, '%(mem_rss_fmt)s (pid=%(pid)s)', pinfo)
44 def LogHostMemoryUsage(top_n=10, level=logging.INFO):
46 logging.warning('psutil module is not found, skipping logging memory info')
49 logging.warning('psutil %s too old, upgrade to version 2.0 or higher'
59 logging.log(level, 'Used %s out of %s memory available.',
61 logging.log(level, 'Memory usage of top %i processes groups', top_n)
67 logging.exception('process %s no longer exists', p)
80 logging.log
    [all...]
  /external/deqp/scripts/opengl/
gen_enums.py 36 import logging, sys
37 logging.basicConfig(stream=sys.stderr, level=logging.INFO)
  /external/fonttools/Snippets/
fix-dflt-langsys.py 4 import logging
17 logging.info("Removing %d extraneous LangSys records: %s",
24 logging.info("All fine")
32 logging.warning("Records are missing from non-DFLT scripts: %s",
41 logging.info("Processing %s table", tag)
55 logging.info("Processing %s", filename)
60 logging.info("Saving fixed font to %s\n", fixedname)
63 logging.info("Font file is fine, nothing to fix\n")
78 logging.basicConfig(format=logformat, level=logging.DEBUG
    [all...]
  /external/libtextclassifier/annotator/
types.cc 21 logging::LoggingStringStream& operator<<(logging::LoggingStringStream& stream,
41 logging::LoggingStringStream& operator<<(logging::LoggingStringStream& stream,
54 logging::LoggingStringStream& operator<<(logging::LoggingStringStream& stream,
61 logging::LoggingStringStream& operator<<(
62 logging::LoggingStringStream& stream,
72 logging::LoggingStringStream& operator<<(logging::LoggingStringStream& stream
    [all...]
  /external/autotest/site_utils/
lxc_cleanup.py 21 import logging
51 logging.debug('Checking if container is orphaned: %s', container.name)
53 logging.debug('Container %s is not created for test.', container.name)
60 logging.debug('Process with PID %s is not alive, container %s is '
67 logging.error('Failed to get hqe for job %s. Error: %s.', job_id, e)
75 logging.debug('Test job %s is not completed yet, container %s is '
81 logging.debug('Test job %s was completed less than an hour ago.',
85 logging.debug('Test job %s was completed, container %s is orphaned.',
100 logging.info('dryrun: Cleanup container %s', container.name)
109 logging.info('Stopping process %s...', pid
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/tools/
unlock_bootloader.py 9 import logging
36 logging.info('Booting %s to bootloader.', d)
42 logging.exception('Unable to reboot device %s', d)
44 logging.error('Unable to reboot device %s: %s', d, state)
48 logging.info('Waiting for devices to reboot...')
55 logging.info('All devices in fastboot.')
58 logging.error('Timed out waiting for %s to reboot.',
66 logging.info('Unlocking %s...', d)
81 logging.info('Sleeping for 5 seconds...')
95 logging.info('Device %s is waiting for confirmation.', d
    [all...]
  /external/autotest/client/cros/bluetooth/
bluetooth_tester_xmlrpc_server.py 9 import logging
10 import logging.handlers
86 logging.warning('Bluetooth Controller missing on tester')
94 logging.warning('Controller does not support requested settings')
95 logging.debug('Supported: %b; Requested: %b', supported_settings,
124 logging.warning('Failed to power off adapter to accept settings')
135 logging.warning('Failed to enable BR/EDR')
139 logging.warning('Failed to enable LE')
145 logging.warning('Failed to disable BR/EDR')
149 logging.warning('Failed to disable LE'
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
connect_machine.py 5 import logging
30 logging.info('ConnectMachine: Canceling connect.')
35 logging.info('ConnectMachine: Setting state to REGISTERED.')
44 logging.info('ConnectMachine: Modem is DISABLED.')
48 logging.error(message)
55 logging.info('ConnectMachine: Initiating Enable.')
65 logging.info('ConnectMachine: Modem is ENABLING.')
67 logging.info('ConnectMachine: Waiting for enable.')
72 logging.info('ConnectMachine: Modem is ENABLED.')
78 logging.error(message
    [all...]

Completed in 1021 milliseconds

1 2 34 5 6 7 8 91011>>