Lines Matching refs:debug
96 log.debug("Found file %s", matchingFiles.split('\n')[:-1])
115 log.debug("No files found")
306 log.debug("Loaded token {} from {}".format(
314 log.debug("Created and saved token {} to {}".format(
411 log.debug("Call: " + ' '.join(command))
414 log.debug('Error executing adb command: {}\n{}'.format(
419 log.debug('Error executing adb command: {}\n{}'.format(
432 log.debug('Error executing adb command: adb {}\n'.format(params) + err.decode(
437 log.debug('Error executing adb command: adb {}\n{}'.format(
453 log.debug("Detected devices: " + j)
497 log.debug(
501 log.debug(f"Deleting file {file_path} from device")
503 log.debug(f"Uploading file {tmp.name}")
519 log.debug("Checking root access on {}".format(device_id))
536 log.debug("Starting trace shell {}".format(' '.join(shell)))
554 log.debug(
565 log.debug("Sending SIGINT to the trace process on {}".format(
569 log.debug("Waiting for trace shell to exit for {}".format(
573 log.debug(
579 log.debug("Trace started on {}".format(self._device_id))
582 log.debug("Trace ended on {}, waiting for cleanup".format(self._device_id))
588 log.debug("Trace finished successfully on {}".format(
592 log.debug("Still waiting for cleanup on {}".format(self._device_id))
641 log.debug("Trace requested for {} with targets {}".format(
673 log.debug(f"Changing trace config on device {device_id} {configType}:{configValue}")
678 log.debug(f"Changing trace config finished on device {device_id}")
701 log.debug(f"Starting shell {' '.join(shell)}")
730 log.debug(f"Starting shell {' '.join(shell)}")
742 log.debug(f"Starting shell {' '.join(shell)}")
772 log.debug("Starting dump shell {}".format(' '.join(shell)))
775 log.debug("Starting dump on device {}".format(device_id))
780 log.debug("Dump finished on device {}".format(device_id))