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:
parent
55b4dc9748
commit
92702fdc04
@ -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")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user