From e56d57de6f2beda411f0a5d413de9376b0034ff7 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 29 Mar 2018 10:35:25 +0300 Subject: [PATCH] fix(logs): Logs from iOS device are not shown on Windows When cloud build is used and iOS device does not have Developer Disk Image mounted, the logs are not visible. The problem is that the code fails to start/stop the application before starting the device log streams. Fix this by starting the logs before trying to start/stop the application. --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index f325d788fe..01cb744eda 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit f325d788fe7304039465fde0091d9ae0f7f7c6a9 +Subproject commit 01cb744eda754c004d86e348ae1253429e33d583