mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-29 23:17:13 +08:00
Fix: adb shell is executed before device connect
This commit is contained in:
@@ -111,7 +111,6 @@ class Connection:
|
|||||||
self.serial = str(self.config.Emulator_Serial)
|
self.serial = str(self.config.Emulator_Serial)
|
||||||
self.serial_check()
|
self.serial_check()
|
||||||
self.detect_device()
|
self.detect_device()
|
||||||
self.is_avd
|
|
||||||
|
|
||||||
# Connect
|
# Connect
|
||||||
self.adb_connect(self.serial)
|
self.adb_connect(self.serial)
|
||||||
|
|||||||
Reference in New Issue
Block a user