mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-13 13:59:21 +08:00
Opt: No uiautomator2 init at startup as SRC do
This commit is contained in:
@@ -46,7 +46,7 @@ class AdbManager(DeployConfig):
|
|||||||
logger.hr('ADB Connect', 1)
|
logger.hr('ADB Connect', 1)
|
||||||
emulator.brute_force_connect()
|
emulator.brute_force_connect()
|
||||||
|
|
||||||
if self.InstallUiautomator2:
|
if False:
|
||||||
logger.hr('Uiautomator2 Init', 1)
|
logger.hr('Uiautomator2 Init', 1)
|
||||||
try:
|
try:
|
||||||
import adbutils
|
import adbutils
|
||||||
|
|||||||
Reference in New Issue
Block a user