OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:logging
(Results
1076 - 1100
of
3267
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/autotest/server/cros/faft/utils/
faft_checkers.py
6
import
logging
69
@param suppress_logging: True to suppress any
logging
messages.
78
logging
.warn('Expected key %r not in crossystem result', key)
100
logging
.warn('The expected value of %r is neither a str nor a '
105
logging
.info(message)
184
logging
.info("Expected vdat_flags 0x%x mask 0x%x but got 0x%x",
248
logging
.info("Expected root part %s but got %s",
272
logging
.info("Expected EC in %s but now in %s",
275
logging
.info("Wrong output format of '%s':\n%s", cmd, '\n'.join(lines))
/external/autotest/server/cros/
gsutil_wrapper.py
6
import
logging
58
Wraps around
logging
.debug() and adds a prefix to show that messages are
65
logging
.debug(message
moblab_test.py
6
import
logging
80
logging
.info('Setting image_storage_server to %s', image_storage_server)
/external/autotest/server/cros/network/
rf_switch_ap_box.py
7
import
logging
64
logging
.debug('Reading the static configurations from %s', path)
/external/autotest/server/lib/
suite_report.py
16
from chromite.lib import cros_logging as
logging
120
logging
.warn('TKO entry for %d missing time: %s' % (job.id, str(s)))
195
logging
.debug('Fetching child jobs...')
197
logging
.debug('... fetched %s child jobs.' % len(child_jobs))
210
logging
.debug('Fetching HQEs...')
212
logging
.debug('... fetched %s HQEs.' % len(hqes))
217
logging
.debug('%s distinct hosts participated in the suite.' %
249
logging
.debug('Dumping %d entries' % len(entries))
/external/autotest/server/site_tests/autoupdate_OmahaResponse/
autoupdate_OmahaResponse.py
5
import
logging
38
logging
.info('We are running from a workstation. Putting URL on a '
/external/autotest/server/site_tests/bluetooth_AdapterReboot/
bluetooth_AdapterReboot.py
13
import
logging
68
logging
.debug('Starting loop #%d', i)
/external/autotest/server/site_tests/bluetooth_AdapterStandalone/
bluetooth_AdapterStandalone.py
7
import
logging
55
logging
.info('repeat count: %d / %d', i, repeat_count)
/external/autotest/server/site_tests/bluetooth_AdapterSuspendResume/
bluetooth_AdapterSuspendResume.py
13
import
logging
64
logging
.debug('Starting loop #%d', i)
/external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/
bluetooth_Sanity_ValidAddress.py
5
import
logging
33
logging
.debug('Bluetooth address of adapter is %s', address)
/external/autotest/server/site_tests/camera_HAL3Server/
camera_HAL3Server.py
5
import
logging
25
logging
.debug('chart_dir=%s', self.chart_dir)
/external/autotest/server/site_tests/enterprise_CFM_VolumeChange/
enterprise_CFM_VolumeChange.py
5
import
logging
53
logging
.info('Cras volume (%d) matches volume set by CFM (%d)',
/external/autotest/server/site_tests/firmware_Cr50CCDServoCap/
firmware_Cr50CCDServoCap.py
5
import
logging
123
logging
.info('Cr50 is %s', self.servo.get('cr50_ccd_level'))
174
logging
.info('Current CCD state:\n%s', pprint.pformat(ccdstate))
231
logging
.info('No expected %s state skipping check', name)
238
logging
.info(ccdstate)
310
logging
.info('running %s', step)
321
logging
.info('TESTING: %s', steps)
323
logging
.info('VERIFIED: %s', steps)
/external/autotest/server/site_tests/firmware_Cr50Unlock/
firmware_Cr50Unlock.py
5
import
logging
61
logging
.info('Unintentional rate limiting is still happening')
/external/autotest/server/site_tests/firmware_ECKeyboard/
firmware_ECKeyboard.py
5
import
logging
55
logging
.info("Use key press simulation to issue reboot command.")
/external/autotest/server/site_tests/network_WiFi_AttenuatedPerf/
network_WiFi_AttenuatedPerf.py
6
import
logging
89
logging
.info('RvR test: current attenuation = %d dB', atten)
97
logging
.warning('Could not establish connection at %d dB (%s)',
104
logging
.warning('Unable to take measurement for %s; '
139
logging
.warning('No results for atten %d dB; terminating',
146
logging
.info('Running time %0.1f seconds.', end_time - start_time)
150
logging
.info('Reached attenuation of: %d dB (signal %d)' % max_atten)
171
logging
.info('Writing .tsv files.')
/external/autotest/server/site_tests/network_WiFi_Powersave/
network_WiFi_Powersave.py
5
import
logging
29
logging
.debug('Power save is indeed %s.', expected_state)
/external/autotest/server/site_tests/platform_CryptohomeTPMReOwnServer/
platform_CryptohomeTPMReOwnServer.py
5
import
logging
27
logging
.info('CryptohomeTPMReOwnServer: rebooting %s number %d',
/external/autotest/site_utils/
gmail_lib.py
22
import
logging
39
logging
.debug("API client for gmail disabled. %s", e)
122
logging
.debug('Email sent: %s' , message['id'])
125
logging
.error('Failed to send email: %s', error)
143
logging
.error('Failed to send email to %s: Credential file does not '
170
logging
.warning('Will retry error %s', exc)
185
logging
.basicConfig(level=
logging
.DEBUG)
lxc.py
15
import
logging
55
logging
.warn('SSP requires root privilege to run commands, please '
/external/autotest/site_utils/lxc/
lxc.py
5
import
logging
119
logging
.info('Server-side packaging is not enabled. Install package %s '
124
logging
.info('Test is running inside chroot. Install package %s is '
171
logging
.debug('All packages are installed already, skip reinstall.')
185
logging
.debug('Packages are installed: %s.', packages)
197
logging
.debug('Python packages are installed: %s.', python_packages)
214
logging
.warn('This function is obsoleted, please use install_packages '
230
logging
.warn('This function is obsoleted, please use install_packages '
unittest_http.py
6
import
logging
57
logging
.debug('Serving %s as %s', file_path, url)
/external/autotest/site_utils/sponge_lib/
acts_job_info.py
9
import
logging
62
logging
.info('Using build info file: %s', build_info_file)
66
logging
.exception(e)
67
logging
.error('Bad build info file.')
83
logging
.exception(e)
84
logging
.error('Bad build prop data, using default empty dict')
97
logging
.exception(e)
98
logging
.error('Bad acts data, reverting to autotest only.')
/external/autotest/venv/lucifer/
eventlib.py
23
import
logging
29
logger =
logging
.getLogger(__name__)
/external/chromium-trace/catapult/common/lab/
hardware.py
10
import
logging
88
logging
.error(row)
Completed in 954 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>