Lines Matching refs:debug
151 logging.debug(str(e))
166 logging.debug("<<< " + hex(ord(ch)))
175 logging.debug("Expected " + hex(ord(ch)) + ", but got " + str(c))
230 logging.debug('EOF')
253 logging.debug("<<< ACK")
261 logging.debug("RETRY NAK" + str(error_count))
271 logging.debug(str(c))
280 logging.debug("RETRY " + str(error_count))
296 logging.debug(">>> EOT")
299 logging.debug(">>> EOT")
315 logging.debug("Packet End >>>")
337 logging.debug("Expected 0x01(SOH)/0x02(STX)/0x18(CAN), but got " + hex(ord(c)))
347 logging.debug("EOT >>>")
349 logging.debug("<<< NAK")
351 logging.debug("EOT >>>")
353 logging.debug("<<< ACK")
355 logging.debug("<<< CRC")
358 logging.debug("Expected 0x04(EOT), but got " + hex(ord(c)))
363 logging.debug("<<< CRC")
373 logging.debug("Expected 0x01(SOH)/0x02(STX)/0x18(CAN), but got " + hex(ord(c)))
419 logging.debug("Packet 0 >>>")
421 logging.debug("<<< ACK")
423 logging.debug("<<< CRC")
427 logging.debug("TASK: " + file_name + " " + data_size + "Bytes")
439 logging.debug("Packet " + str(sequence) + " >>>")
448 logging.debug("<<< ACK")
455 logging.debug("Packet End >>>")
457 logging.debug("<<< ACK")
460 logging.debug("File: " + self.rt.get_task_name())
461 logging.debug("Size: " + str(self.rt.get_task_size()) + "Bytes")