You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
Start device detection interval when tns run command is executed.
We need this in order to handle the case when `tns run --bundle` command is executed and the last connected Android device gets disconnected. In this case we need to receive DEVICE_LOST event for the android device. Currently this was impossible because all connected android devices are checked only once - at the beginning of the execution of the command.
0 commit comments