1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-19 06:29:31 +08:00

Merge remote-tracking branch 'lme/master' into dev

This commit is contained in:
silvergundam
2025-04-03 11:57:44 +08:00
29 changed files with 710 additions and 75 deletions

View File

@@ -238,6 +238,11 @@ def handle_adb_error(e):
# Raised by uiautomator2 when current adb service is killed by another version of adb service.
logger.error(e)
return True
elif text == 'rest':
# AdbError(rest)
# Response telling adbd service has reset, client should reconnect
logger.error(e)
return True
else:
# AdbError()
logger.exception(e)