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

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
initsidquery.py 19 import logging
59 self.log = logging.getLogger(__name__)
netifconquery.py 19 import logging
60 self.log = logging.getLogger(__name__)
  /system/update_engine/
main.cc 31 #include <base/logging.h>
136 logging::LoggingSettings log_settings;
137 log_settings.lock_log = logging::DONT_LOCK_LOG_FILE;
138 log_settings.logging_dest = static_cast<logging::LoggingDestination>(
139 (log_to_system ? logging::LOG_TO_SYSTEM_DEBUG_LOG : 0) |
140 (log_to_file ? logging::LOG_TO_FILE : 0));
146 log_settings.delete_old = logging::APPEND_TO_OLD_LOG_FILE;
149 logging::InitLogging(log_settings);
171 // We have two logging flags "--logtostderr" and "--logtofile"; and the logic
172 // to choose the logging destination is
    [all...]
  /test/framework/harnesses/host_controller/command_processor/
base_command_processor.py 17 import logging
64 logging.warning("{} coommand returned {}".format(
  /test/framework/harnesses/host_controller/
invocation_thread.py 17 import logging
114 logging.exception(e)
116 logging.exception(e)
131 logging.exception(e)
147 logging.exception(e)
150 logging.exception(e)
156 logging.exception("Cannot communicate with TradeFed cluster: %s\n"
161 logging.exception("Cannot communicate with TradeFed remote "
  /test/vti/dashboard/src/main/java/com/android/vts/entity/
BranchEntity.java 22 import java.util.logging.Level;
23 import java.util.logging.Logger;
BuildTargetEntity.java 22 import java.util.logging.Level;
23 import java.util.logging.Logger;
TestPlanEntity.java 20 import java.util.logging.Level;
21 import java.util.logging.Logger;
  /test/vti/dashboard/src/main/java/com/android/vts/util/
TaskQueueHelper.java 20 import java.util.logging.Level;
21 import java.util.logging.Logger;
  /test/vts/runners/host/tcp_server/
callback_server.py 17 import logging
49 logging.exception("Unable to convert '%s' into an integer, which "
54 logging.error('CallbackRequestHandler received empty message header. Skipping...')
58 logging.debug("Received callback message: %s", received_data)
61 logging.debug('Handling callback ID: %s', request_message.id)
73 logging.error("Callback function ID %s is not registered!",
170 logging.info('TcpServer %s started (%s:%s)', server_thread.name,
174 logging.exception(e)
  /test/vts/utils/python/vndk/
vndk_utils.py 17 import logging
38 logging.error("Cannot get first API level. "
  /test/vts-testcase/hal/tv/input/V1_0/host/
VtsHalTvInputV1_0HostTest.py 18 import logging
47 logging.info('return value of getStreamConfigurations(0): %s', configs)
  /test/vts-testcase/hal/wifi/V1_0/host/
VtsHalWifiV1_0HostTest.py 18 import logging
34 logging.info("Wifi NaN Feature Supported: %s", self._nan_on)
  /test/vts-testcase/kernel/api/system_as_root/
VtsKernelSystemAsRootTest.py 30 import logging
63 logging.info('Mount points on the device: %s', mount_points)
  /test/vts-testcase/security/system_property/
VtsTrebleSysPropTest.py 18 import logging
85 logging.info("Delete %s", self._temp_dir)
127 logging.info("Checking existence of %s",
136 logging.info("Adb pull %s to %s",
144 logging.info("Found %d property names in vendor property contexts",
161 logging.info("Checking existence of %s",
170 logging.info("Adb pull %s to %s",
178 logging.info("Found %d exact-matching properties "
  /tools/acloud/public/
avd.py 33 import logging
35 logger = logging.getLogger(__name__)
  /tools/test/connectivity/acts/framework/tests/
mock_controller.py 19 import logging
49 logging.info("My magic is %s.", self.magic)
  /tools/tradefederation/core/atest/
atest_utils.py 20 import logging
131 logging.debug('No build targets, skipping build.')
136 logging.info('Building targets: %s', ' '.join(build_targets))
138 logging.debug('Executing command: %s', cmd)
146 logging.info('Build successful')
149 logging.error('Error building: %s', build_targets)
151 logging.error(err.output)
165 logging.debug('Talking to result server raised exception: %s', err)
  /external/libyuv/files/
setup_links.py 24 import logging
152 log = logging.warn
155 log = logging.info
174 logging.warn('Planning to remove directory: %s', self._path)
176 logging.warn('Removing directory: %s', self._path)
210 logging.info(
214 logging.debug(
257 logging.debug('CreateLinks')
282 logging.info('Not doing anything because dry-run was specified.')
286 logging.warn('Dangerous actions:'
    [all...]
  /external/webrtc/
setup_links.py 24 import logging
173 log = logging.warn
176 log = logging.info
195 logging.warn('Planning to remove directory: %s', self._path)
197 logging.warn('Removing directory: %s', self._path)
231 logging.info(
235 logging.debug(
278 logging.debug('CreateLinks')
303 logging.info('Not doing anything because dry-run was specified.')
307 logging.warn('Dangerous actions:'
    [all...]
  /art/runtime/arch/arm/
thread_arm.cc 19 #include <android-base/logging.h>
  /art/runtime/arch/arm64/
thread_arm64.cc 19 #include <android-base/logging.h>
  /art/test/044-proxy/
native_proxy.cc 19 #include <android-base/logging.h>
  /device/google/contexthub/lefty/
lefty_service.cpp 19 #include <android-base/logging.h>
  /device/google/cuttlefish_common/host/commands/launch/
screen_region_handler.cc 17 #include <glog/logging.h>

Completed in 1587 milliseconds

<<21222324252627282930>>