Do not disconnect dummy devices
Summary: Do not remove dummy devices as they are created during WWW cert exchange and are not picked up by IDB Reviewed By: lblasa Differential Revision: D39430458 fbshipit-source-id: 249efda23f324522ae2ae3a0ee4f198ab701d22d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ed40e16ac9
commit
69812d543e
@@ -103,6 +103,7 @@ export class IOSDeviceManager {
|
||||
this.flipperServer
|
||||
.getDevices()
|
||||
.filter((device) => device.info.os === 'iOS')
|
||||
.filter((device) => device.info.deviceType !== 'dummy')
|
||||
.map((device) => device.serial),
|
||||
);
|
||||
console.debug(
|
||||
|
||||
Reference in New Issue
Block a user