Commit 3c54961
committed
Fix printing of simulator logs when livesyncing
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.1 parent a2c4e4f commit 3c54961
1 file changed
+1
-1
lines changed
0 commit comments