1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 22:14:51 +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
+1
View File
@@ -188,4 +188,5 @@ class Device(Screenshot, Control, AppControl, Platform):
self.click_record_clear()
def back(self):
logger.info("Sending Back...")
self.adb_shell("input keyevent 4")