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