mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-18 21:45:24 +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):
|
||||||
|
logger.info("Sending Back...")
|
||||||
self.adb_shell("input keyevent 4")
|
self.adb_shell("input keyevent 4")
|
||||||
Loading…
Reference in New Issue
Block a user