HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 1026 - 1050 of 5540) sorted by null

<<41424344454647484950>>

  /external/autotest/client/site_tests/policy_ProxySettings/
policy_ProxySettings.py 5 import logging
29 logging.debug('ProxyHandler::handle(): <%s>', data)
176 logging.error('Timeout error: %s [%s].', str(e),
181 logging.debug('Retrying page load of %s.', url)
182 logging.debug('Timeout error: %s.', str(e))
202 logging.info('matching_requests: %s', matching_requests)
  /external/autotest/client/site_tests/security_OpenFDs/
security_OpenFDs.py 5 import logging
135 logging.debug('Checking %s %s', process, args)
138 logging.debug('Found pid %s for %s', pid, process)
143 logging.error('Some filter(s) failed to match any fds: %s',
146 logging.error('Found unexpected fds in %s %s: %s',
180 logging.info("Running on ASan, allowing /proc")
  /external/autotest/client/site_tests/security_RunOci/
security_RunOci.py 8 import logging
158 logging.error('stdout mismatch %s != %s',
163 logging.error('stderr mismatch %s != %s',
197 logging.debug('Running %s with config.json %s',
219 logging.info('Running: %s', name)
226 logging.error('Failed: %s', failed)
  /external/autotest/client/tests/xfstests/
xfstests.py 5 import os, re, glob, logging, shutil
41 logging.debug("Environment variables: %s", os.environ)
77 logging.debug("Environment variables: %s", os.environ)
120 logging.debug("Running tests: group %s", group )
126 logging.debug('Dummy test to setup xfstests')
134 logging.debug("Running test: %s", test_name)
  /external/autotest/contrib/
loadtest.py 55 from chromite.lib import cros_logging as logging
284 logging.info('Received signal %s', signum)
287 logging.info('%d active provisions, %d completed provisions, '
292 logging.info(' %s -> %s, %s elapsed',
325 logging.info('Provision (%d) of %s to %s started',
340 logging.warn('Insufficient DUTs to satisfy goal')
351 logging.info('Provision (%d) of %s to %s %s in %s: %s',
356 logging.debug(json.dumps(entry))
361 logging.error('Blacklisting DUT %s', job.host_name)
417 logging.debug('Staging %s', build
    [all...]
  /external/autotest/server/hosts/
base_label.py 8 import logging
220 logging.info('checking label %s', label.__class__.__name__)
224 logging.exception('error getting label %s.',
260 logging.info('existing labels: %s', old_labels)
269 logging.info('removing labels: %s', labels_to_remove)
276 logging.info('adding labels: %s', labels_to_add)
  /external/autotest/server/site_tests/brillo_RecoverFromBadImage/
brillo_RecoverFromBadImage.py 5 import logging
54 logging.info(
62 logging.warning(
86 logging.info('Mapped partition %s to device %s',
148 logging.info('Wiping partition %s (%s)', partition, device)
175 logging.error('Rebooted from slot %d instead of %d',
  /external/autotest/server/site_tests/cheets_CTS_N/
cheets_CTS_N.py 15 import logging
90 logging.warning('Running all tests. This can take several days.')
97 logging.info('Running outside of lab, adding extra debug options.')
137 logging.info('RUN: ./cts-tradefed %s', ' '.join(command))
148 logging.info('END: ./cts-tradefed %s\n', ' '.join(command))
196 logging.info('CTS command: %s', test_command)
  /external/autotest/server/site_tests/enterprise_CFM_MimoSanity/
enterprise_CFM_MimoSanity.py 5 import logging
31 logging.info('Plan to power cycle Mimo')
44 logging.info('Powercycle done for %s (%s)',
125 logging.info('Joining meeting...')
139 logging.info('Session has ended.')
167 logging.info('Running test cycle %d/%d', i, repetitions)
  /external/autotest/server/site_tests/firmware_Cr50Testlab/
firmware_Cr50Testlab.py 5 import logging
47 logging.info('Setting ccd testlab %s', mode)
50 logging.info(rv)
65 logging.info('Set ccd testlab %s', mode)
77 logging.info('Resetting CCD state')
149 logging.info('ccd testlab is accessbile')
  /external/autotest/server/site_tests/firmware_PDTrySrc/
firmware_PDTrySrc.py 5 import logging
55 logging.info('Disconnect time = %.2f seconds', disc_time)
63 logging.info('Power Role = SNK')
66 logging.info('Power Role = SRC')
69 logging.info('SNK = %d: SRC = %d: Total = %d',
139 logging.info('DUT Try.SRC on = %.1f%%: off = %.1f%%',
  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/
kernel_ExternalUsbPeripheralsDetectionTest.py 5 import logging, os, re, time
40 logging.info('Running %s', cmd)
81 logging.info('%s', vendor_id_dict)
124 logging.debug('Connected devices list: %s', diff_list)
149 logging.info('---- Drivers for %s ----', peripheral)
160 logging.info('%s', link)
  /external/autotest/server/site_tests/logging_KernelCrashServer/
logging_KernelCrashServer.py 5 import logging, os
79 logging.info('always_regen: %d', always_regen)
80 logging.info('is_devimg: %d', is_devimg)
90 logging.info('KernelCrashServer: crashing %s', self._host.hostname)
96 logging.info("Falling back to using /proc/breakme")
126 logging.info('This device always has metrics enabled, '
  /external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/
network_WiFi_BluetoothScanPerf.py 5 import logging
62 logging.info('testing config %s, ap_config %s, BT:%s',
73 logging.error('Failed to take measurement for %s',
88 logging.info('Ping statistics with %s: %r', bt_tag, result_ping)
125 logging.warning('Failed to stop discovery on DUT')
133 logging.info('Running time %0.1f seconds.', end_time - start_time)
  /external/autotest/server/site_tests/platform_ExternalUSBStress/
platform_ExternalUSBStress.py 5 import logging, threading, time
52 logging.debug('Unnamed device located, adding generic name.')
116 logging.debug(' --DUT suspended')
128 logging.debug(' --DUT resumed')
189 logging.debug('Connected devices list: %s', diff_list)
194 logging.debug('---Iteration %d/%d' % (iteration, repeat))
  /external/autotest/site_utils/
log_socket_server.py 2 # https://docs.python.org/2/howto/logging-cookbook.html#network-logging
4 # Classes in this file are used to create a simple TCP socket-based logging
5 # receiver. The receiver listens to default logging port (9020) and save log to
7 # client can add a logging handler to write log to the receiver with following
9 # socketHandler = logging.handlers.SocketHandler('localhost',
10 # logging.handlers.DEFAULT_TCP_LOGGING_PORT)
11 # logging.getLogger().addHandler(socketHandler)
15 import logging
26 """Handler for a streaming logging request
    [all...]
  /external/libtextclassifier/util/base/
logging.h 28 namespace logging { namespace in namespace:libtextclassifier2
68 // TC_LOG(severity) << obj1 << obj2 << ...; logging statement creates a
71 // logging. The reason this works is that in C++, "all temporary objects are
75 // invoked after the last << from that logging statement.
90 // here the entire logging message and next print it in one operation.
106 } // namespace logging
110 ::libtextclassifier2::logging::LogMessage( \
111 ::libtextclassifier2::logging::severity, __FILE__, __LINE__) \
116 // messages, via <<, like any logging macro, e.g.,
130 #define TC_NULLSTREAM ::libtextclassifier2::logging::NullStream().stream(
    [all...]
  /external/webrtc/tools/network_emulator/
network_emulator.py 13 import logging
68 logging.debug('Created receive pipe: %s', receive_pipe_id)
74 logging.debug('Created send pipe: %s', send_pipe_id)
79 logging.debug('Created incoming rule: %s', incoming_rule_id)
82 logging.debug('Created outgoing rule: %s', outgoing_rule_id)
182 logging.debug('Running command: %s', cmd_string)
  /system/extras/simpleperf/scripts/
update.py 19 import logging
71 return logging.getLogger(__name__)
75 """Proxy for subprocess.check_call with logging."""
171 verbose_map = (logging.WARNING, logging.INFO, logging.DEBUG)
175 logging.basicConfig(level=verbose_map[verbosity])
  /system/update_engine/
sideload_main.cc 23 #include <base/logging.h>
56 logging::LoggingSettings log_settings;
57 log_settings.lock_log = logging::DONT_LOCK_LOG_FILE;
58 log_settings.delete_old = logging::APPEND_TO_OLD_LOG_FILE;
60 log_settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
62 logging::InitLogging(log_settings);
  /test/vts/testcases/host/verify_boot_header/
VtsFirmwareBootHeaderVerification.py 19 import logging
50 logging.info("Create %s", self.temp_dir)
54 logging.info("current slot suffix: %s", self.slot_suffix)
90 logging.exception(e)
98 logging.info("Boot path %s", boot_path)
111 logging.info("recovery path %s", recovery_path)
  /test/vts-testcase/vndk/files/
VtsVndkFilesTest.py 18 import logging
66 logging.info("%s not found", dir_path)
83 logging.debug("vndk set: %s", vndk_set)
86 logging.error("Unexpected files:\n%s", "\n".join(unexpected))
106 logging.debug("vndk set: %s", vndk_set)
110 logging.error("Unexpected files:\n%s", "\n".join(unexpected))
  /development/gsi/gsi_util/gsi_util/checkers/
sepolicy_checker.py 32 import logging
147 logging.debug('Using nonplat sepolicy: %r', _NONPLAT_SEPOLICY_CIL)
150 logging.debug('Using vendor sepolicy: %r and %r',
  /external/autotest/client/common_lib/cros/fake_device_server/
oauth.py 9 import logging
44 logging.info('Wrong access token - expected %s but device sent %s',
76 logging.info('Wrong refresh token - expected %s but '
  /external/autotest/client/cros/cellular/pseudomodem/
modem_cdma.py 7 import logging
158 logging.info('ModemCdma.Activate')
200 logging.info('ModemCdma: activation state changed: state: %u, error: '
238 logging.info("A CdmaActivationMachine is currently active. "
265 logging.info('ModemCdma.SetRegistered')
312 logging.info('ModemCdma.RegisterWithNetwork')
324 logging.info('ModemCdma.UnregisterWithNetwork')
327 logging.info('Currently not registered. Nothing to do.')
329 logging.info('Setting state to ENABLED.')
332 logging.info('Unregistering.'
    [all...]

Completed in 859 milliseconds

<<41424344454647484950>>