mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1231665 - Specify deviceSerial for android emulator adb commands; r=jmaher
This commit is contained in:
parent
3066495bdd
commit
6c13865174
@ -289,7 +289,8 @@ class AndroidEmulator(object):
|
||||
adb_path = _find_sdk_exe(substs, 'adb', False)
|
||||
if not adb_path:
|
||||
adb_path = 'adb'
|
||||
self.dm = DeviceManagerADB(autoconnect=False, adbPath=adb_path, retryLimit=1)
|
||||
self.dm = DeviceManagerADB(autoconnect=False, adbPath=adb_path, retryLimit=1,
|
||||
deviceSerial='emulator-5554')
|
||||
self.dm.default_timeout = 10
|
||||
_log_debug("Emulator created with type %s" % self.avd_type)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user