Lines Matching refs:log

47 log = None  variable
151 log.debug("Found file %s", matchingFiles.split('\n')[:-1])
170 log.debug("No files found")
619 log.debug("Loaded token {} from {}".format(
627 log.debug("Created and saved token {} to {}".format(
632 log.error("Unable to save persistent token {} to {}".format(
684 log.warning("Bad request: " + error)
689 log.error("Internal error: " + error)
694 log.info("Bad token")
721 log.debug("Call: " + ' '.join(command))
724 log.debug('Error executing adb command: {}\n{}'.format(
729 log.debug('Error executing adb command: {}\n{}'.format(
742 log.debug('Error executing adb command: adb {}\n'.format(params) + err.decode(
747 log.debug('Error executing adb command: adb {}\n{}'.format(
783 log.debug("Detected devices: " + j)
839 log.debug(
843 log.debug(f"Deleting file {file_path} from device")
845 log.debug(f"Uploading file {tmp.name}")
852 log.error("Proxy didn't find any file to fetch")
861 log.debug("Checking root access on {}".format(device_id))
878 log.debug("Starting trace shell {}".format(' '.join(shell)))
889 log.warning(
896 log.debug(
907 log.debug("Sending SIGINT to the trace process on {}".format(
911 log.debug("Waiting for trace shell to exit for {}".format(
915 log.debug(
921 log.debug("Trace started on {}".format(self._device_id))
924 log.debug("Trace ended on {}, waiting for cleanup".format(self._device_id))
930 log.debug("Trace finished successfully on {}".format(
934 log.debug("Still waiting for cleanup on {}".format(self._device_id))
980 log.debug(f"Clienting requested trace types {requested_types}")
986 log.warning("Trace already in progress for {}", device_id)
997 log.debug("Trace requested for {} with targets {}".format(
999 log.debug(f"Executing command \"{command}\" on {device_id}...")
1040 log.debug(f"Changing trace config on device {device_id} {configType}:{configValue}")
1045 log.debug(f"Changing trace config finished on device {device_id}")
1068 log.debug(f"Starting shell {' '.join(shell)}")
1097 log.debug(f"Starting shell {' '.join(shell)}")
1109 log.debug(f"Starting shell {' '.join(shell)}")
1150 log.debug("Starting dump shell {}".format(' '.join(shell)))
1153 log.debug("Starting dump on device {}".format(device_id))
1158 log.debug("Dump finished on device {}".format(device_id))
1205 log.info('{} {} {}'.format(self.requestline, str(code), str(size)))
1214 log = logging.getLogger("ADBProxy") variable
1224 log.info("Shutting down")