mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 03:04:54 -05:00
Fix Preloader Handshake In Debug Mode
This commit is contained in:
parent
35c5803ae0
commit
e3cd58a837
2 changed files with 2 additions and 2 deletions
|
@ -309,7 +309,7 @@ class UsbClass(DeviceClass):
|
|||
break
|
||||
|
||||
if self.device is None:
|
||||
self.debug("Couldn't detect the device. Is it connected ?")
|
||||
# self.debug("Couldn't detect the device. Is it connected ?")
|
||||
return False
|
||||
|
||||
try:
|
||||
|
|
|
@ -169,7 +169,7 @@ class Port(metaclass=LogBase):
|
|||
except Exception as serr:
|
||||
if "access denied" in str(serr):
|
||||
self.warning(str(serr))
|
||||
self.debug(str(serr))
|
||||
# self.debug(str(serr))
|
||||
pass
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in a new issue