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

<<41424344454647484950>>

  /frameworks/base/services/core/java/com/android/server/am/
ActivityMetricsLogger.java 12 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION;
13 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_BIND_APPLICATION_DELAY_MS;
14 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_CALLING_PACKAGE_NAME;
15 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_CANCELLED;
16 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_DELAY_MS;
17 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_DEVICE_UPTIME_SECONDS;
18 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_IS_EPHEMERAL;
19 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_PROCESS_RUNNING;
20 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_REPORTED_DRAWN;
21 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.APP_TRANSITION_REPORTED_DRAWN_MS
    [all...]
  /external/autotest/server/cros/network/
wifi_client.py 6 import logging
390 logging.warning('Warning, found multiple WiFi devices on '
407 logging.debug('No interfaces managed by shill. Rebooting host')
416 logging.debug('WiFi interface is: %r',
442 """Raises logging levels for WiFi on DUT."""
492 logging.warning('%s() is not supported on older images',
559 logging.error('Failed to fetch debug info from host: %s', e)
641 logging.info('Wifi scan completed in %.2f seconds', scan_result.time)
719 logging.info('Waiting for %s to reach one of %r...', ssid, states)
722 logging.info('...ended up in state \'%s\' (%s) after %f seconds.'
    [all...]
  /external/autotest/server/hosts/
abstract_ssh.py 1 import os, time, socket, shutil, glob, logging, tempfile, re
173 logging.warning("rsync not available on remote host %s -- disabled",
411 logging.debug('get_file. source: %s, dest: %s, delete_dest: %s,'
425 logging.debug('Using Rsync.')
448 logging.warning('rsync status %d, retrying', status)
454 logging.warning("trying scp, rsync failed: %s (%d)",
458 logging.debug('Trying scp.')
474 logging.debug('scp failed: %s', e)
518 logging.debug('send_file. source: %s, dest: %s, delete_dest: %s,'
537 logging.debug('Using Rsync.'
    [all...]
cros_host.py 5 import logging
337 logging.info('plankton_servo: %r', self.plankton_servo)
393 logging.warning('No job repo url set on host %s', self.hostname)
396 logging.info('Verifying job repo url %s', job_repo_url)
402 logging.info('Staging autotest artifacts for %s on devserver %s',
527 logging.info('Canceling stateful update because the new and '
577 logging.debug('Cleaning up old autotest directories.')
582 logging.debug('No autotest installed directory found.')
595 logging.info('Staging build for AU: %s', image_name)
611 logging.info('Staging build for servo install: %s', image_name
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
26 import java.util.logging.Filter;
27 import java.util.logging.Formatter;
28 import java.util.logging.Handler;
29 import java.util.logging.Level;
30 import java.util.logging.LogManager;
31 import java.util.logging.LogRecord;
32 import java.util.logging.LoggingPermission;
33 import java.util.logging.MemoryHandler
    [all...]
XMLFormatterTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
27 import java.util.logging.FileHandler;
28 import java.util.logging.Handler;
29 import java.util.logging.Level;
30 import java.util.logging.LogRecord;
31 import java.util.logging.Logger;
32 import java.util.logging.XMLFormatter;
56 .getBundle("bundles/com/android/java/util/logging/res");
91 .getBundle("bundles/com/android/java/util/logging/res")
    [all...]
  /external/autotest/server/site_tests/firmware_Cr50BID/
firmware_Cr50BID.py 5 import logging
166 logging.info('Test Case: image board id %s with chip board id %s:%x '
242 logging.info('Running tests %r', self.tests)
266 logging.info('Running test with universal image %s', universal_ver)
302 logging.info('Copied %s to %s', ver, dest)
336 logging.info('Using %s %s release image for test', release_rw,
349 logging.info('Using %s DBG image for test', ver)
357 logging.info('Running test with bid locked image %s', ver)
405 logging.info('Skipping reset. Already running %s image with erased '
408 logging.info('Updating to %s image and erasing chip bid', image_type
    [all...]
  /external/autotest/client/site_tests/cellular_ScanningProperty/
cellular_ScanningProperty.py 6 import logging
146 logging.debug(e)
167 logging.info('Sanity check initial values')
188 logging.info('Test actions and checks')
234 logging.info('Sanity check initial values')
252 logging.info('Test Connect sequence')
265 logging.info('Expectation met: |Scanning| is False in MM state '
282 logging.info('Expectation met: |Scanning| is True in MM state '
314 logging.info('Expectation met: |Scanning| is True in MM state '
332 logging.info('Expectation met: |Scanning| is True in MM state
    [all...]
  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 5 import glob, logging, os, tempfile, threading, time
106 logging.info('adding thread number %d' % thread_count)
212 logging.info('changing core %d governor from %s to %s' % (
265 logging.info('full throttle after %d seconds' % count)
328 logging.info('starting temperature is %s' % str(self._cpu_temp()))
329 logging.info('starting frequency is %s' % str(self._cpu_freq(0)))
342 logging.info('ending temperature is %s' % str(self._cpu_temp()))
343 logging.info('ending frequency is %s' % str(self._cpu_freq(0)))
349 logging.info('stopping %d thread(s)' % len(self.worker_threads))
358 logging.info('removing %s' % f
    [all...]
  /external/autotest/client/site_tests/security_ASLR/
security_ASLR.py 18 import logging
82 logging.debug("Found multiple processes for '%s'",
195 logging.debug("running_on_asan(): symbol: '%s', _ASAN_SYMBOL: '%s'",
226 logging.debug('Complete mappings dump for process %s:\n%s',
231 logging.debug('Iteration %d', i)
243 logging.debug("Bad: %s address didn't change", key)
245 logging.debug('Good: %s address changed', key)
338 logging.warning("security_ASLR is not available on ASan.")
356 logging.debug('SUMMARY:')
358 logging.debug('Results for %s:', process_name
    [all...]
  /external/autotest/contrib/
db_cleanup.py 8 import logging
196 logging.debug('SQL: %s', sql)
199 logging.debug(rows)
204 logging.debug('Nothing to delete for %s', table_to_delete_from)
213 logging.debug('SQL: %s', sql)
260 logging.info('Cleaning up all afe_job data prior to %s.', afe_date)
300 logging.info('Cleaning up all data related to tko_jobs prior to %s.',
375 level = logging.DEBUG if verbose else logging.INFO
376 logging.basicConfig(level=level, format=LOGGING_FORMAT
    [all...]
  /external/autotest/server/cros/multimedia/
remote_facade_factory.py 6 import logging
34 level=logging.DEBUG,
141 logging.debug('RPC %s returns %s.', rpc, pprint.pformat(value))
182 logging.warning('Retrying RPC %s.', rpc)
187 logging.error(
202 logging.info('Kill and join the previous log job.')
207 # Autotest logging.
242 logging.info('Setup the connection to RPC server, with retries...')
245 logging.info('Start a job to save the log from the client.')
262 logging.info
    [all...]
  /external/autotest/site_utils/
rpc_flight_recorder.py 21 from chromite.lib import cros_logging as logging
45 logging.exception(e)
59 logging.debug('Updating Shards')
75 logging.info('Servers left production: %s', str(rm_shards))
78 logging.info('Servers entered production: %s',
103 logging.debug('Starting Server Polling: %s', ', '.join(all_servers))
106 logging.debug('Finished Server Polling')
200 logging.warning("%s failed - %s", msg_str, reason)
202 logging.debug("%s fail_err - %s", msg_str, str(err))
235 logging.debug("%s result = %s", msg_str, result
    [all...]
  /external/tensorflow/tensorflow/contrib/kfac/examples/
convnet.py 148 tf.logging.info("Building model.")
170 tf.logging.info("Building LayerCollection.")
209 tf.logging.info("Starting training.")
219 tf.logging.info("global_step: %d | loss: %f | accuracy: %s",
295 tf.logging.info("Starting training.")
321 tf.logging.info("global_step: %d | loss: %f | accuracy: %s", global_step_,
339 tf.logging.info("Loading MNIST into memory.")
370 tf.logging.info("Loading MNIST into memory.")
373 tf.logging.info(
394 tf.logging.info("Building tower %d." % tower_id
    [all...]
  /external/v8/tools/
isolate_driver.py 26 import logging
51 logging.debug('Loading %s', ninja_path)
107 logging.info('Loaded %d ninja files, %d build steps', total, len(build_steps))
157 logging.warning('Circular dependency for %s!', target)
163 logging.info('Failed to find a build step to generate: %s', target)
165 logging.debug('collect_deps(%s) -> %s', target, dependencies)
241 logging.debug(
271 logging.info('Added %d dynamic libs', len(binary_deps))
272 logging.debug('%s', isolate_content)
302 logging.basicConfig(level=logging.ERROR, format='%(levelname)7s %(message)s'
    [all...]
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 6 import logging
65 verbose: add more logging information
113 logging.info("Device has no battery but has powercap data.")
165 logging.warn('wifi connect: disc:%d assoc:%d config:%d fail:%s',
176 logging.debug(str([iface.name for iface in ifaces]))
206 logging.info('Have low_battery_shutdown option')
213 logging.info('No low_battery_shutdown option')
223 logging.warning("test low battery threshold is below system " +
244 logging.info("Assuming no keyboard backlight due to :: %s", str(e))
282 logging.warn("Unable to use GAIA acct %s. Using GUEST instead.\n"
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
modem.py 9 import logging
186 logging.info('Modem coming back as: ' + path)
351 logging.info('SIM lock is the only kind of lock that is currently '
360 logging.info('There is a SIM lock in place. Setting state to '
370 logging.info('SIM got locked. Disabling modem.')
378 logging.info('SIM became unlocked! Setting state to INITIALIZING.')
381 logging.info('SIM became unlocked! Setting state to DISABLED.')
407 logging.info('Modem enable')
414 logging.info('Modem disable')
513 logging.info('CreateBearer'
    [all...]
  /external/autotest/client/cros/
cros_disks.py 5 import dbus, gobject, logging, os, stat
44 logging.exception('Suppressed exception: %s(%s)',
70 logging.debug('Getting D-Bus proxy object on bus "%s" and path "%s"',
110 logging.debug('Handling D-Bus signal "%s(%s)" on interface "%s"',
133 logging.debug('Waiting for D-Bus signal "%s"', signal_name)
138 logging.debug('Received D-Bus signal "%s(%s)"', signal_name, content)
159 logging.debug("%s signal: expected=%s actual=%s",
453 logging.debug('Failed to create filesystem test object at "%s"',
470 logging.debug('Failed to verify filesystem test object at "%s"',
603 logging.debug('Removed "%s"', path
    [all...]
  /test/vts/testcases/template/binary_test/
binary_test.py 17 import logging
93 logging.info("%s: %s", keys.ConfigKeys.IKEY_DATA_FILE_PATH,
158 logging.warn(
210 logging.info('Precondition sysprop not met; '
221 logging.error('Failed to set permission to some of the binaries:\n'
234 logging.debug("Stops all properly configured native servers.")
243 logging.error("ps command failed (exit code: %s",
248 logging.info("Process %s not running",
251 logging.info("Checking process %s",
282 logging.info('Bitness of test source, %s, does not match the
    [all...]
  /bionic/tools/bionicbb/
presubmit.py 19 import logging
82 logging.info('Cleaning: %s %s', build, url)
84 logging.error('Failed to clean: could not find project %s', build)
132 logging.info('Building: %s => %s %s %s', project, build, url,
135 logging.error('Unknown build: %s => %s %s', project, build, change_id)
156 logging.error('Failed to drop rejection: %s', ex)
158 logging.info('Dropped rejection: %s', gerrit_info['Change-Id'])
203 logging.info('Skipping %s: %s', gerrit_info['MessageType'],
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_main.py 4 import logging
14 # Clean up logging configuration down by main.
15 del logging.root.handlers[:]
  /external/apache-http/android/src/com/android/internal/http/multipart/
StringPart.java 37 import org.apache.commons.logging.Log;
38 import org.apache.commons.logging.LogFactory;
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 36 import org.apache.commons.logging.Log;
37 import org.apache.commons.logging.LogFactory;
RequestTargetAuthentication.java 36 import org.apache.commons.logging.Log;
37 import org.apache.commons.logging.LogFactory;
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 36 import org.apache.commons.logging.Log;
37 import org.apache.commons.logging.LogFactory;
110 //@@@ is logging really necessary? this here is the

Completed in 939 milliseconds

<<41424344454647484950>>