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

<<21222324252627282930>>

  /device/google/cuttlefish_common/guest/hals/health/storage/
Storage.cpp 19 #include <android-base/logging.h>
  /device/google/cuttlefish_common/host/commands/launch/
screen_region_handler.cc 17 #include <glog/logging.h>
  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
device_pool.cpp 19 #include <glog/logging.h>
  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/
usb_cmd_attach.cpp 16 #include <glog/logging.h>
  /device/google/marlin/health/
CycleCountBackupRestore.h 23 #include <android-base/logging.h>
  /device/google/wahoo/health/
CycleCountBackupRestore.h 23 #include <android-base/logging.h>
  /external/apache-http/src/org/apache/commons/logging/
LogConfigurationException.java 17 package org.apache.commons.logging;
  /external/autotest/client/common_lib/
android_utils.py 11 import logging
124 logging.debug('artifacts for %s %s', os, board)
126 logging.debug('Found override of artifacts for board %s: %s', board,
133 logging.debug('found %s', ','.join(artifacts))
  /external/autotest/client/common_lib/cros/
arc_common.py 7 import logging
71 logging.info('Killing logcat due to timeout')
91 logging.info('Waiting for Android to boot completely.')
107 logging.info('Android has booted completely.')
smbprovider.py 5 import logging
57 logging.info('restarting smbproviderd')
80 logging.info('stopping smbproviderd')
102 logging.info("Mounting: %s", mount_path)
129 logging.info("Unmounting: %s", mount_id)
151 logging.info("Creating directory: %s", directory_path)
179 logging.info("Reading directory: %s", directory_path)
212 logging.info("Getting metadata for %s", entry_path)
245 logging.info("Opening file: %s", file_path)
269 logging.info("Closing file: %s", file_id
    [all...]
  /external/autotest/client/cros/
factory_setup_modules.py 9 import imp, logging, os, sys
  /external/autotest/client/cros/image_comparison/
verifier.py 5 import logging
23 test-related things: logging, deciding pass or fail.
67 logging.debug("***BEGIN Image Verification***")
99 logging.debug(log_msg)
118 logging.debug("***All Good.***"
  /external/autotest/client/cros/video/
helper_logger.py 7 import logging
18 logging.info('chrome video vmodule flag: %s', chrome_video_vmodule_flag)
90 Execute command, logging infomation message.
96 logging.info('%s : %s', info_message, cmd)
99 logging.warning('Fail to execute command [%s] : %s',
  /external/autotest/client/deps/gtest/
gtest.py 7 import common, commands, logging, os, shutil
  /external/autotest/client/site_tests/autoupdate_BadMetadata/
autoupdate_BadMetadata.py 5 import logging
32 logging.info('Setting up bad metadata response: %s', metadata_size)
47 logging.info('Setting up bad SHA256 response: %s', sha256)
63 logging.error(e)
  /external/autotest/client/site_tests/cellular_ConnectFailure/
cellular_ConnectFailure.py 6 import logging
49 logging.info('Connect call will fail.')
80 logging.info('Expected error: %s', e)
97 logging.info('Connect attempt %d', count + 1)
  /external/autotest/client/site_tests/graphics_GLAPICheck/
graphics_GLAPICheck.py 5 import logging
50 logging.info(version_info)
59 logging.info(version_info)
63 logging.warning('Please add missing extension check. '
  /external/autotest/client/site_tests/hardware_Interrupt/
hardware_Interrupt.py 14 import logging
42 logging.debug('int[%s] = %d', fields[-1], count)
45 logging.debug('int[%s] = %d', interrupt, count)
49 logging.debug('got int[%s] = %d', interrupt,
  /external/autotest/client/site_tests/hardware_RamFio/
hardware_RamFio.py 5 import logging
46 logging.info('Found %d bytes of usable memory.', usable_mem)
60 logging.info('Not enough memory. Want: %d, Usable: %d', size,
73 logging.info('cannot mount ramfs with context=u:object_r:tmpfs:s0,'
  /external/autotest/client/site_tests/hardware_SAT/
hardware_SAT.py 5 import logging, re, struct, sys, time
35 logging.warning('Non-default memory channel configuration... please '
42 logging.warning('Memory channel_hash deactivated... going with cache-line '
125 logging.debug(sat.stdout)
  /external/autotest/client/site_tests/hardware_TPMCheck/
hardware_TPMCheck.py 5 import logging, re
113 logging.warning('no firmware version, skipping test')
117 logging.info('Running on TPM 2.0')
121 logging.info('Running on TPM 1.2')
  /external/autotest/client/site_tests/kernel_CpufreqMinMax/
kernel_CpufreqMinMax.py 7 import logging
40 logging.info('setting %s to %d' % (filename, freq))
50 logging.info('%s was set to %d instead of %d' %
94 logging.info(
  /external/autotest/client/site_tests/logging_AsanCrash/
logging_AsanCrash.py 5 import logging
30 logging.info('Browser PID under telemetry control is %d. '
33 logging.info('Initiate simulating memory bug to be caught by ASAN.')
72 logging.debug('ASAN log content: ' + ui_log.get_logs())
  /external/autotest/client/site_tests/network_BasicProfileProperties/
network_BasicProfileProperties.py 5 import logging
48 logging.info('Got profiles %r', profiles)
53 logging.debug('Profile properties: %r.', profile_properties)
62 logging.info('Found entries: %r', entries)
  /external/autotest/client/site_tests/network_WiFiResume/
network_WiFiResume.py 6 import logging
31 logging.info('Scheduling wakeup in %d seconds.\n', secs_to_suspend)
59 logging.info('Found %s about %d ms after resume'%
63 logging.error('Found %s on resume, was %s before suspend' %

Completed in 1118 milliseconds

<<21222324252627282930>>