1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 19:55:12 +00:00

feat: add log when sending back

This commit is contained in:
YoursFunny 2024-01-15 21:36:32 +08:00
parent 55b4dc9748
commit 92702fdc04
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

@ -188,4 +188,5 @@ class Device(Screenshot, Control, AppControl, Platform):
self.click_record_clear() self.click_record_clear()
def back(self): def back(self):
self.adb_shell("input keyevent 4") logger.info("Sending Back...")
self.adb_shell("input keyevent 4")