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

1 2 3 4 5 67 8 91011>>

  /external/autotest/server/hosts/
jetstream_host.py 12 import logging
53 logging.debug('Initializing Jetstream host')
68 logging.debug('Jetstream host is up, starting verification')
76 logging.debug('Jetstream: Resetting AP services')
87 logging.debug('Jetstream: Prepare for update')
91 logging.exception('Failed to reset host')
  /external/autotest/server/site_tests/autoupdate_Rollback/
autoupdate_Rollback.py 5 import logging
26 logging.info('Powerwashing device before rollback.')
51 logging.info('Initial device state: active kernel %s, '
54 logging.info('Performing an update.')
65 logging.info('Update verified, initiating rollback.')
74 logging.info('We successfully rolled back to initial kernel.')
  /external/autotest/server/site_tests/firmware_CgptStress/
firmware_CgptStress.py 5 import logging
32 logging.error("Caught exception: %s", str(e))
37 logging.info('======== Running FAFT ITERATION %d/%s ========',
39 logging.info("Expected kernel A boot and prioritize kernel B.")
44 logging.info("Expected kernel B boot and prioritize kernel A.")
49 logging.info("Expected kernel A boot, done.")
  /external/autotest/server/site_tests/firmware_CorruptFwSigA/
firmware_CorruptFwSigA.py 5 import logging
28 logging.error("ERROR: DUT did not come up. Need to cleanup!")
32 logging.info("Corrupt firmware signature A.")
37 logging.info("Expected firmware B boot and set fwb_tries flag.")
43 logging.info("Still expected firmware B boot and restore firmware A.")
49 logging.info("Expected firmware " + expected_slot + " boot, done.")
  /external/autotest/server/site_tests/firmware_CorruptFwSigB/
firmware_CorruptFwSigB.py 5 import logging
28 logging.error("ERROR: DUT did not come up. Need to cleanup!")
32 logging.info("Expected firmware A boot and corrupt "
38 logging.info("Expected firmware A boot and set try_fwb flag.")
43 logging.info("Expected firmware A boot and restore firmware B.")
48 logging.info("Final check and done.")
  /external/autotest/server/site_tests/firmware_ECSharedMem/
firmware_ECSharedMem.py 5 import logging
31 logging.error("Caught exception: %s", str(e))
40 logging.info("EC shared memory size if %d bytes", shmem_size)
44 logging.warning("EC shared memory is less than 256 bytes")
60 logging.info("Check shared memory in normal operation and crash EC.")
65 logging.info("Check shared memory after crash and system jump.")
  /external/autotest/server/site_tests/firmware_FlashServoKeyboardMap/
firmware_FlashServoKeyboardMap.py 5 import logging
40 logging.info('Already use the new keyboard map.')
45 logging.error(message)
51 logging.info('Updating the keyboard map...')
64 logging.info('Update successfully!')
67 logging.error(message)
  /external/autotest/server/site_tests/firmware_WriteProtect/
firmware_WriteProtect.py 5 import logging
27 logging.error('Caught exception: %s', str(e))
31 logging.info('Force write-protect on and reboot for a clean slate.')
38 logging.info('Now disable write-protect and check again.')
44 logging.info('Reboot so WP change takes effect for wpsw_boot.')
50 logging.info('Enable write-protect again to observe final transition.')
  /external/autotest/server/site_tests/native_Benchmarks/
native_Benchmarks_common.py 5 import logging
21 logging.info('(%s) Running: %s', host, cmd)
27 logging.info('%s:\n%s\n%s\n', err_msg,
46 logging.info('Copying: %s -> %s', src, dst)
50 logging.info('%s: %s %s', err_msg, src, dst)
62 logging.info('WARNING: Overriding flag %s: from %s to %s', k, d[k], v)
  /external/autotest/server/site_tests/policy_AUServer/
policy_AUServer.py 5 import logging
22 logging.info('TPM status: %s', tpm_status)
24 logging.info('Clearing TPM because this device is owned.')
62 logging.info('We are running from a workstation. Putting URL on a '
65 logging.info('url: %s', image_url)
66 logging.info('file_info: %s', file_info)
  /external/opencensus-java/contrib/log_correlation/log4j2/src/main/java/io/opencensus/contrib/logcorrelation/log4j2/
OpenCensusTraceContextDataInjector.java 22 import org.apache.logging.log4j.core.ContextDataInjector;
23 import org.apache.logging.log4j.core.Layout;
24 import org.apache.logging.log4j.core.LogEvent;
25 import org.apache.logging.log4j.core.config.Property;
26 import org.apache.logging.log4j.util.ReadOnlyStringMap;
27 import org.apache.logging.log4j.util.StringMap;
43 * href="https://logging.apache.org/log4j/2.x/manual/layouts.html#Pattern_Layout">Pattern
56 * href="https://logging.apache.org/log4j/2.x/log4j-core/apidocs/org/apache/logging/log4j/core/ContextDataInjector.html">org.apache.logging.log4j.core.ContextDataInjector</a
    [all...]
  /external/toolchain-utils/android_bench_suite/
fix_json.py 7 # pylint: disable=cros-logging-import
15 import logging
20 # Turn the logging level to INFO before importing other autotest
21 # code, to avoid having failed import logging messages confuse the
23 logging.basicConfig(level=logging.INFO)
37 logging.info('Generating Crosperf Report...')
46 logging.info('Command: %s', crosperf_cmd)
58 logging.info('JSON file fixed successfully!')
  /external/autotest/client/tests/npb/
npb.py 1 import os, shutil, logging, re
21 logging.debug('Ratio (1/n_cpus) found for this system: %s' % self.ratio)
62 logging.error('NPB benchmark %s has failed. Output: %s',
65 logging.debug(itest.stdout)
80 logging.info('Test: %s', itest_cmd)
81 logging.info('Time (s): %s', time_seconds)
82 logging.info('Total operations executed (mops/s): %s', mops_total)
83 logging.info('Total operations per thread (mops/s/thread): %s',
110 logging.error('NPB benchmark single thread %s has failed. '
124 logging.debug('Time ratio for %s: %s', itest_cmd, time_ratio
    [all...]
  /external/autotest/server/site_tests/firmware_FMap/
firmware_FMap.py 6 import logging
88 logging.info('Execute %s', command)
90 logging.info('Output %s', output)
141 logging.error('Missing RW_SECTION_A section in FMAP')
144 logging.error('Missing RW_SECTION_B section in FMAP')
148 logging.error('RW_SECTION_A size != RW_SECTION_B size')
152 logging.error('RW_SECTION_A size or RW_SECTION_B size == 0')
156 logging.error('Missing RW_LEGACY section in FMAP')
160 logging.error('RW_LEGACY size is < 1M')
165 logging.error('Missing SMMSTORE section in FMAP'
    [all...]
  /external/python/cpython3/Lib/test/
test_logging.py 17 """Test harness for the logging module. Run all tests.
22 import logging
23 import logging.handlers
24 import logging.config
71 """Base class for logging tests."""
78 """Setup the default logging stream to an internal StringIO instance,
82 logger_dict = logging.getLogger().manager.loggerDict
83 logging._acquireLock()
85 self.saved_handlers = logging._handlers.copy()
86 self.saved_handler_list = logging._handlerList[:
    [all...]
  /external/fonttools/Tests/misc/
loggingTools_test.py 13 import logging
33 log = logging.getLogger(next(unique_logger_name))
40 handler = logging.StreamHandler(stream)
49 log = logging.getLogger(name)
50 log.setLevel(logging.DEBUG)
105 with timer('redo it', level=logging.WARNING):
118 @timer('run test 2', level=logging.INFO)
142 logging.getLogger(n+".A.B").debug('this record passes through')
145 logging.getLogger(n+'.A.B.C').debug('records from children also pass')
148 logging.getLogger(n+'.C.D').debug('this one as well'
    [all...]
  /external/autotest/client/site_tests/files_CopyFileToGoogleDriveUI/
files_CopyFileToGoogleDriveUI.py 5 import logging
74 logging.debug("Windows opened: %s", windows)
76 logging.debug("Current window is %s", driver.title)
82 logging.debug("Switching to window")
84 logging.debug("Switched to window: %s", driver.title)
87 logging.info("%s application opened!", title)
90 logging.debug("Webdriver exception occurred. Exception: %s",
93 logging.debug("Exception: %s", str(e))
101 logging.info("Opening files application")
107 logging.error("Exception when switching files application.. %s"
    [all...]
  /external/guice/extensions/persist/lib/
commons-logging-1.0.4.jar 
  /external/guice/extensions/struts2/lib/
commons-logging-1.0.4.jar 
  /external/guice/lib/build/
commons-logging-1.0.4.jar 
  /external/autotest/client/cros/chameleon/
chameleon_bluetooth_audio.py 7 import logging
84 logging.info('Bluetooth module at %s is connected', target_mac_address)
102 logging.info('Try to connect to device')
105 logging.debug('Can not connect device, retry in 1 second.')
108 logging.debug('Connection established.')
139 logging.debug('Pairing to %s succeeded', target_mac_address)
146 logging.debug('Retry for pairing...')
168 logging.info('Resets bluetooth Ref.')
174 logging.info('Disables bluetooth Ref.')
179 logging.info('Disables bluetooth Ref.'
    [all...]
  /external/autotest/client/site_tests/security_x86Registers/
security_x86Registers.py 5 import logging, time
104 logging.debug('No inverted %s tests defined!', name)
106 logging.debug('No positive %s tests defined!', name)
111 logging.debug("=== BEGIN [expecting %s FAILs] ===", name)
113 logging.error('BAD: inverted %s tests did not fail!', name)
115 logging.debug("=== END [expecting %s FAILs] ===", name)
118 logging.debug("=== BEGIN [expecting %s oks] ===", name)
120 logging.debug("=== END [expecting %s oks] ===", name)
122 logging.debug("%s errors found: %d", name, errors)
150 logging.info('OK: skipping x86-only test on %s.', cpu_arch
    [all...]
  /external/autotest/client/site_tests/desktopui_FlashSanityCheck/
desktopui_FlashSanityCheck.py 5 import logging
84 logging.error(output)
87 logging.error(output)
90 logging.info('get_arch_userspace = %s', arch)
92 logging.error(output)
95 logging.error(output)
98 logging.error(output)
100 logging.info('Verified file %s', name)
117 logging.info('Getting tab from telemetry...')
120 logging.warning('Unexpected exception getting tab: %s'
    [all...]
  /external/autotest/server/site_tests/enterprise_CFM_Aver520Updater/
enterprise_CFM_Aver520Updater.py 6 import logging
97 logging.debug('Aver 520 camera has old firmware after test'
112 logging.debug('Execute: %s', command)
116 logging.debug('Output: %s', output)
139 logging.debug('Parsing output from updater %s', cmd_output)
150 logging.debug('parsing line %s from output', line)
164 logging.debug('Version parsed from output is %s', version)
167 logging.debug('parsed version is %s ', version)
171 logging.debug('Version is %s', str(version))
209 logging.info('Copy firmware from (%s) to (%s).', src_firmware_path
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
disable_machine.py 5 import logging
25 logging.info('DisableMachine: Modem is CONNECTED.')
29 logging.info('DisableMachine: Starting Disconnect.')
36 logging.info('DisableMachine: Modem is CONNECTING.')
38 logging.info('DisableMachine: Canceling connect.')
44 logging.info('DisableMachine: Modem is DISCONNECTING.')
46 logging.info('DisableMachine: Waiting for disconnect.')
52 logging.info('DisableMachine: Modem is REGISTERED.')
58 logging.info('DisableMachine: Setting state to DISABLING.')
65 logging.info('DisableMachine: Modem is SEARCHING.'
    [all...]

Completed in 1233 milliseconds

1 2 3 4 5 67 8 91011>>