1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

feat: add log when sending back

This commit is contained in:
2024-01-15 21:36:32 +08:00
parent 55b4dc9748
commit 92702fdc04
+2 -1
View File
@@ -188,4 +188,5 @@ class Device(Screenshot, Control, AppControl, Platform):
self.click_record_clear()
def back(self):
self.adb_shell("input keyevent 4")
logger.info("Sending Back...")
self.adb_shell("input keyevent 4")