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

<<11121314151617181920>>

  /external/autotest/client/site_tests/hardware_Backlight/
hardware_Backlight.py 4 import logging
36 logging.info("Assuming no keyboard backlight due to %s", str(e))
45 logging.error('keyboard backlight set %d != %d get',
71 log_level_func = logging.warn
74 log_level_func = logging.error
  /external/autotest/client/site_tests/hardware_MemoryLatency/
hardware_MemoryLatency.py 5 import logging
45 logging.debug('cmd: %s', cmd)
47 logging.debug('Output: %s', out)
58 logging.debug('Matched on size %d', size)
63 logging.debug('Ignoring output line: %s', line)
  /external/autotest/client/site_tests/platform_MemoryPressure/
platform_MemoryPressure.py 5 import logging, os, re, threading, time, utils
113 logging.info("starting PFMeter thread")
117 logging.info("PFMeter thread exiting")
170 logging.info('max pf rate = %.2f', self.max_pf_rate)
196 logging.info('START OF PHASE 1')
203 logging.info('navigating tab %d', created_tab_count)
210 logging.warning('network wait exception %s at %s', e, url)
223 logging.info('tab activation failed, assuming tab discard')
232 logging.info('test timeout')
245 logging.info('opened %d tabs, %d discards'
    [all...]
  /external/autotest/client/site_tests/platform_Mosys/
platform_Mosys.py 5 import re, errno, logging, utils
67 logging.info('cmd not supported: "%s"', cmd);
69 logging.info('cmd needs argument: "%s"', cmd);
71 logging.info('Unable to determine: "%s"', cmd);
73 logging.error('failed to execute "%s"; exit code=%d', cmd, rc);
  /external/autotest/server/
site_host_attributes.py 46 import hashlib, logging, os, utils
86 logging.info('Including private_host_attributes file for %s', host)
89 logging.info("Including labels for %s from database", host)
94 logging.info('Host attribute: %s => %s', key, value)
117 logging.info('Non-attribute string "%s" is ignored', attribute)
  /external/autotest/server/site_tests/component_UpdateFlash/
component_UpdateFlash.py 5 import logging
18 logging.info('+++++ component_UpdateFlash +++++')
19 logging.info('Performing %s', CU_action)
69 logging.info('+++++ Cleaning DUT for other tests +++++')
78 logging.info('+++++ Rebooting DUT on start to reduce flakes +++++')
  /external/autotest/server/site_tests/hardware_StorageQualCheckSetup/
hardware_StorageQualCheckSetup.py 5 import logging
69 logging.info('Host %s is live, status %s' %
73 logging.info('Host %s is not live, status %s' %
85 logging.info('Pool %s' % pool_name)
107 logging.info(' - %s %s' % (host['host'], provided_label))
  /external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
network_WiFi_ChaosConnectDisconnect.py 5 import logging
44 logging.info('Connection attempt %d', i)
52 logging.info('Connection attempt %d failed; reason: %s',
60 logging.info('Connection attempt %d passed', i)
82 logging.debug('Debug info: %s', debug_info)
  /external/autotest/site_utils/
add_detected_host_labels.py 23 import logging
56 logging.warning('Unable to establish ssh connection to hostname '
60 logging.warning('Unable to query labels on hostname %s. Skipping.',
81 logging.warning('Removing label %s', labels_to_delete)
91 logging.warning('Unable to add label %s to host %s. '
105 help='Suppress all but critical logging messages.')
107 help='Suppress logging messages below INFO priority.')
119 logging.disable(logging.CRITICAL)
122 logging.disable(logging.DEBUG
    [all...]
  /external/autotest/venv/skylab_suite/cmd/
abort_suite_skylab.py 20 import logging
32 logging.info('Aborting suite task %s', pt['task_id'])
35 logging.info('No child tasks for task %s', pt['task_id'])
39 logging.info('Aborting task %s', ct)
77 logging.info('Suite %s/%s has been aborted.', suite_spec.test_source_build,
  /external/googletest/
run_tests.py 19 import logging
29 return logging.getLogger(__name__)
33 """Proxy for subprocess.call with logging."""
50 log_level = logging.INFO
52 log_level = logging.DEBUG
53 logging.basicConfig(level=log_level)
  /external/libyuv/files/
cleanup_links.py 21 import logging
41 logging.debug('CleanupLinks')
48 logging.debug('Removing link to %s at %s', source, link_path)
65 logging.info('Found database with schema version %s while this script only '
77 'operations. This will automatically set logging to '
80 const=logging.DEBUG, default=logging.INFO,
85 options.verbose = logging.DEBUG
86 logging.basicConfig(format='%(message)s', level=options.verbose)
  /external/autotest/client/site_tests/cellular_DisableWhileConnecting/
cellular_DisableWhileConnecting.py 6 import logging
37 logging.info('connect succeeded')
43 logging.info('connect errored: %s', e)
48 logging.info('disabling')
59 logging.info('Got status')
67 logging.info('Modem enabled: %s', enabled)
141 logging.info('connecting')
144 logging.info('%s property changed: %s', property, value)
198 logging.info('Modem path: %s', self.test.test_env.modem.path)
215 logging.info('Sleeping %d ms before connect', sleep_ms
    [all...]
  /external/autotest/server/site_tests/platform_InitLoginPerfServer/
platform_InitLoginPerfServer.py 5 import logging
71 logging.info('Run stage %s', full_stage)
88 logging.warning('Failed to extract %s from client results',
115 logging.info('# Results for delay = %.2f sec', self.pre_init_delay)
116 logging.info(hdr)
131 logging.info(line)
143 logging.info('# %s:', name)
144 logging.info(line)
148 logging.info('Process perf data')
149 logging.debug('Results: %s', self.perf_results
    [all...]
  /external/autotest/server/site_tests/platform_LabFirmwareUpdate/
platform_LabFirmwareUpdate.py 5 import logging
52 logging.info('Execute: %s', command)
54 logging.info('Output: %s', output.split('\n'))
106 logging.info('Installed EC version: %s', ec_version)
109 logging.info('Installed BIOS version: %s', bios_version)
130 logging.info('shellball ro bios %s', bios_ro)
134 logging.info('shellball rw bios %s', bios_rw)
138 logging.info('shellball ro ec %s', ec_ro)
142 logging.info('shellball rw ec %s', ec_rw)
165 logging.info('BIOS mismatch %s, will update to %s'
    [all...]
  /external/autotest/site_utils/lxc/
lxc_functional_test.py 17 import logging
188 logging.info('Rebuild base container in folder %s.', container_path)
191 logging.info('Base container created: %s', image.get().name)
204 logging.info('Create test container.')
235 logging.info('Test files written to result directory can be accessed '
270 logging.info('Test autoserv command.')
271 logging.info('Create test control file.')
276 logging.info('Run autoserv command.')
279 logging.info('Confirm results are available from host.')
308 logging.info('Test ssh to %s.', remote
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/tools/
buildPolicyCriterionTypes.py 24 import logging
85 logging.info("Importing criterionTypesFile {}".format(criterionTypesFile))
134 logging.info("Checking Audio Policy Configuration file {}".format(audiopolicyconfigurationfile))
164 logging.info("{}: <{}>".format(key, device.get('address')))
169 logging.info("{}: <{}>".format(criteria, values))
203 logging.info("Checking Android Header file {}".format(androidaudiobaseheaderFile))
208 logging.debug("The following line is VALID: {}:{}\n{}".format(
221 logging.info("criterion {} duplicated values:".format(criterion_name))
222 logging.info("{}:{}".format(numerical_value, literal))
223 logging.info("KEEPING LATEST"
    [all...]
  /external/autotest/scheduler/shard/
shard_client.py 11 import logging
136 @param message: A string to be used in a logging message.
138 logging.info('Deserializing %s %ss', len(serialized_list), message)
143 logging.info('Progress: at entry %s', i)
148 logging.error('Deserializing a %s fails: %s, Error: %s',
153 logging.info('Done deserializing %ss', message)
186 logging.info('Heartbeat response contains hosts %s', host_ids)
188 logging.info('Heartbeat response contains jobs %s', job_ids)
191 logging.info('Heartbeat response contains suite_keyvals_for jobs %s',
194 logging.info('Heartbeat response contains incorrect_host_ids %s
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 26 import logging
70 logging.info('Authenticatng username: ' + self.username)
98 logging.info('Validating username: ' + self.username)
139 logging.info('*** Starting contact sync ***')
159 logging.info('Returning ' + str(len(updated_contacts)) + ' contact records')
166 logging.info('* Processing server changes')
176 logging.info('Client sync state: ' + client_state)
194 logging.info('New sync state: ' + high_water_mark)
215 logging.info('Server-side updates: ' + str(update_count))
216 logging.info('Server-side deletes: ' + str(delete_count)
    [all...]
  /external/autotest/venv/skylab_suite/
suite_tracking.py 12 import logging
13 import logging.config
62 logging.info(('Suite %s timed out in waiting, test results '
66 logging.info('################# SUITE REPORTING #################')
67 logging.info('Suite Job %s %s', suite_name, suite_state)
70 logging.info('Links to tests:')
71 logging.info('Suite Job %s %s', suite_name,
92 logging.exception('Failed to obtain failure reasons from TKO')
106 logging.exception('Could not load TKO connection configuration')
116 logging.exception('Failed to connect to TKO database'
    [all...]
  /external/autotest/client/bin/
vm_sanity.py 17 import logging
46 logging.info('Starting iteration %d.', i)
55 logging.info('Tests succeeded in %s seconds.', elapsed.seconds)
60 logging.info('RunCryptohomeTest: Starting chrome and logging in.')
66 logging.info('Checking mounted cryptohome.')
73 logging.info('Evaluating JavaScript.')
80 logging.info('Android booted successfully.')
95 logging.info('RunIncognitoTest')
105 logging.info('RunScreenlockTest'
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
pseudomodem.py 17 import logging
70 logging.info('Exported dbus service with well known name: |%s|',
74 logging.info('Pseudomodem setup completed!')
92 logging.debug('Already exiting.')
96 logging.info('pseudomodem shutdown sequence initiated...')
103 logging.warning('Error while exiting: %s', repr(e))
108 logging.warning('Error while exiting: %s', repr(e))
110 logging.info('pseudomodem: Bye! Bye!')
128 logging.info('Created default state machine factory.')
134 logging.info('Created default 3GPP SIM.'
    [all...]
state_machine.py 8 import logging
93 logging.info('Running state machine in interactive mode')
94 logging.info('Exported test object at %s', self._ism_object_path)
117 logging.warning('%s received an unexpected advance request',
120 logging.info('%s state machine advancing', self._GetIsmObjectName())
135 logging.info('%s state machine waiting', self._GetIsmObjectName())
156 logging.info('StateMachine: Step')
158 logging.info('StateMachine: Terminating.')
163 logging.info('StateMachine cannot start.')
  /external/autotest/client/cros/chameleon/
audio_board.py 7 import logging
34 logging.warning(
138 logging.debug(
151 logging.debug(
207 logging.debug('Restoring snapshot with %s', snapshot._endpoints)
247 logging.info('Plugged 3.5mm audio cable to Cros device')
253 logging.info('Unplugged 3.5mm audio cable from Cros device')
275 logging.info('Resets bluetooth module on audio board.')
281 logging.info('Disables bluetooth module on audio board.')
  /external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
hardware_MultiReaderPowerConsumption.py 1 import os, logging
105 logging.debug('STEP 1: ensure SD card is inserted and mounted')
109 logging.debug('STEP 2: mount the ramdisk')
119 logging.debug('STEP 3: perform heavy-duty read-write test on ramdisk')
125 logging.debug('STEP 4: unmount ramdisk')
128 logging.debug('STEP 5: perform identical read write test on SD card')
135 logging.debug('STEP 6: unmount card')
138 logging.debug('STEP 7: perform ramdisk test again')
165 logging.info(fmt % (sd_card_drain_ratio_a, sd_card_drain_ratio_b))

Completed in 990 milliseconds

<<11121314151617181920>>