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
Currenly when `tns livesync ios --watch` is used for iOS Simulator, CLI starts the application on device and prints filtered logs.
The filter is based on the process id of the currently started application. During livesync, the application is restarted, which changes the PID of the running process.
In this case we should start filtering based on the new PID.
0 commit comments