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

<<11121314151617181920>>

  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
EnvironmentHelper.java 18 package org.apache.harmony.logging.tests.java.util.logging.util;
  /external/autotest/client/bin/
test.py 21 import os, logging, resource, glob
55 logging.warning('System python is too old, crash handling disabled')
59 logging.warning('System python is too old, crash handling disabled')
77 logging.warning('Crash handling disabled: %s', e)
83 logging.warning('Could not find GDB installed. Crash handling '
85 logging.debug('Crash handling enabled')
105 logging.warning('Programs crashed during test execution')
107 logging.warning('Please verify %s for more info', dir)
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_test_base.py 5 import logging
38 logging.info('Running test on modem with VID: %04X, PID: %04X',
  /external/autotest/client/site_tests/desktopui_SimpleLogin/
desktopui_SimpleLogin.py 5 import logging, os, sys, time
33 logging.info('Exit flag detected; exiting.')
  /external/autotest/client/site_tests/dummy_Fail/
dummy_Fail.py 5 import logging
31 if to_throw == 'TestFail': logging.error('It is an error!')
  /external/autotest/client/site_tests/hardware_RealtekCardReader/
hardware_RealtekCardReader.py 5 import glob, logging, os
26 logging.info("Found removable block device %s", dev)
  /external/autotest/client/site_tests/hardware_Smartctl/
hardware_Smartctl.py 5 import logging, re
41 logging.info('Run rootdev to determine boot device')
44 logging.info(str('dev: %s' % dev))
48 logging.info('Target device is an eMMC device. Skip testing')
66 logging.info(str('Iteration #%d' % loop))
70 logging.info(line)
74 logging.info(line)
83 logging.info(str('smartctl exit status: 0x%x' % exit_status))
  /external/autotest/client/site_tests/hardware_TPMLoadKey/
hardware_TPMLoadKey.py 5 import logging
26 logging.info(result)
  /external/autotest/client/site_tests/kernel_HdParm/
kernel_HdParm.py 7 import logging, re
21 logging.debug("Using device %s", disk)
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
network_ChromeCellularEndToEnd.py 5 import logging, json
57 logging.debug('_set_autoconnect')
78 logging.debug('Network properties: %s', network_properties)
123 logging.debug('_connect_to_cellular_network')
132 logging.debug('_autoconnect_cellular')
134 logging.debug('Cellular service: %s', service)
141 logging.debug('Suspend and resume device')
151 logging.debug('Autoconnect works after suspend/resume.')
161 logging.debug('_get_networks')
174 logging.debug('_ethernet_preferred_over_cellular'
    [all...]
  /external/autotest/client/site_tests/platform_CleanShutdown/
platform_CleanShutdown.py 5 import logging, os
21 logging.debug('Stateful unmount failure log:\n%s', f.read())
  /external/autotest/client/site_tests/platform_OSLimits/
platform_OSLimits.py 9 import logging
136 logging.warning('%s is %d', refpath[key], osvalue[key])
137 logging.warning('%s should be at least %d', refpath[key],
141 logging.info('%s is %d >= %d', refpath[key], osvalue[key],
147 logging.warning('%s is set to %d', refpath[key], osvalue[key])
148 logging.warning('Expected %d', ref_equal[key])
151 logging.info('%s is %d', refpath[key], osvalue[key])
156 logging.warning('%s was never checked', key)
  /external/autotest/client/site_tests/power_HotCPUSuspend/
power_HotCPUSuspend.py 5 import hashlib, logging, multiprocessing, os, re, time
53 logging.info('average CPU utilization, last %ds: %s%%',
72 logging.info('found %d cpus', cpus)
78 logging.info('starting %d workers', workers)
82 logging.info('spinning for %d seconds', SUSPEND_BURN_SECONDS)
91 logging.info('spinning for %d more seconds', RESUME_BURN_SECONDS)
99 logging.error('worker finished: %s', result.get())
104 logging.info('killing %d workers', workers)
  /external/autotest/client/site_tests/power_IdleSuspend/
power_IdleSuspend.py 5 import logging, os, tempfile, threading
44 logging.info('using temporary directory %s', self.tempdir)
48 logging.info('overriding %s to %s', key, val)
67 logging.info('new power state: %s', self.new_power_state)
73 logging.info('stopping powerd')
88 logging.info('restarting powerd')
110 logging.info('restoring %s', mount)
114 logging.info('restarting powerd')
  /external/autotest/client/site_tests/security_SandboxLinuxUnittests/
security_SandboxLinuxUnittests.py 6 import logging
27 logging.warning('Could not remove crash dump: %s', ose)
  /external/autotest/client/site_tests/video_JpegDecodeAccelerator/
video_JpegDecodeAccelerator.py 7 import logging
36 logging.debug('Starting video_JpegDecodeAccelerator')
  /external/autotest/client/tests/monotonic_time/src/
Makefile 8 SRCS= time_test.c cpuset.c threads.c logging.c
9 HDRS= spinlock.h cpuset.h threads.h logging.h
  /external/autotest/client/tests/wb_kupdate/
wb_kupdate.py 1 import datetime, logging, os, time
22 logging.info('%s does not exist. Creating directory.', mount_point)
24 logging.info('Removing previous mount_point directory')
26 logging.info('Creating new mount_point.')
46 logging.debug('Cleanup - unmounting loopback device.')
50 logging.debug('Cleanup - removing sparse file.')
54 logging.debug('Cleanup - removing the mount_point.')
152 logging.debug('current_size: %s' % current_size)
153 logging.debug('flushed_size: %s' % flushed_size)
159 logging.debug('flushed_size: %s' % flushed_size
    [all...]
  /external/autotest/server/cros/cfm/
cfm_base_test.py 5 import logging
94 logging.info('Taking screenshot and saving under %s...',
103 logging.warning('Taking screenshot failed')
105 logging.exception('Exception while taking a screenshot.')
117 logging.warning('No callgrok logs found on DUT.')
129 logging.warning('No packaged app logs found on DUT.')
136 logging.info('Copying file "%s" from client to "%s"...',
140 logging.exception(
  /external/autotest/server/cros/network/
netperf_session.py 5 import logging
65 logging.info('Warming up the client WiFi rate controller.')
68 logging.info('Warming up the server WiFi rate controller.')
87 logging.info('Rate controller is warmed.')
90 logging.warning('Did not completely warmup the WiFi part.')
105 logging.info('Performing %s measurements in netperf session.',
118 logging.error('Too many failures (%d), aborting',
134 logging.info('Took averaged measurement %r.', final_result)
  /external/autotest/server/site_tests/audio_AudioBasicExternalMicrophone/
audio_AudioBasicExternalMicrophone.py 7 import logging
70 logging.info('Setting playback data on Chameleon')
76 logging.info('Start playing %s from Chameleon',
81 logging.info('Start recording from Cros device.')
87 logging.info('Stopped recording from Cros device.')
93 logging.info('Read recorded binary from Cros device.')
96 logging.info('Saving recorded data to %s', recorded_file)
105 logging.info('Saving clipped data to %s', recorded_file)
  /external/autotest/server/site_tests/audio_AudioBasicHeadphone/
audio_AudioBasicHeadphone.py 7 import logging
70 logging.info('Setting playback data on Cros device')
75 logging.info('Start playing %s on Cros device',
80 logging.info('Start recording from Chameleon.')
91 logging.info('Stopped recording from Chameleon.')
97 logging.info('Read recorded binary from Chameleon.')
100 logging.info('Saving recorded data to %s', recorded_file)
109 logging.info('Saving clipped data to %s', recorded_file)
  /external/autotest/server/site_tests/audio_AudioBasicInternalMicrophone/
audio_AudioBasicInternalMicrophone.py 7 import logging
78 logging.info('Setting playback data on Chameleon')
84 logging.info('Start playing %s from Chameleon',
89 logging.info('Start recording from Cros device.')
95 logging.info('Stopped recording from Cros device.')
101 logging.info('Read recorded binary from Cros device.')
104 logging.info('Saving recorded data to %s', recorded_file)
115 logging.info('Saving filtered data to %s', recorded_file)
  /external/autotest/server/site_tests/audio_AudioBasicInternalSpeaker/
audio_AudioBasicInternalSpeaker.py 7 import logging
66 logging.info('Setting playback data on Cros device')
71 logging.info('Start playing %s on Cros device',
76 logging.info('Start recording from Chameleon.')
82 logging.info('Stopped recording from Chameleon.')
88 logging.info('Read recorded binary from Chameleon.')
91 logging.info('Saving recorded data to %s', recorded_file)
102 logging.info('Saving filtered data to %s', recorded_file)
  /external/autotest/server/site_tests/brillo_BootLoader/
brillo_BootLoader.py 5 import logging
35 logging.info('Number of slots: %d', self.num_slots)
38 logging.info('Slot 0 suffix: "%s"', self.suffix_a)
39 logging.info('Slot 1 suffix: "%s"', self.suffix_b)
48 logging.info('boot partition size: %d bytes', self.boot_a_size)
76 logging.info('Checking fastboot-compliant bootloader has necessary '
113 logging.info('Setting slot %d active.', slot_number)
124 logging.info('Ensuring device is running from slot %d.', slot_number)
126 logging.info('Rebooting into slot %d', slot_number)
139 logging.info('Copying %s%s to %s%s.'
    [all...]

Completed in 849 milliseconds

<<11121314151617181920>>