iOS: Use stdout of smctl commands

Avoid MessageTracer logs being fed to the device listing json document

Change-Id: Ia35b39d787d2df27e6f743e0b6dc401799c383db
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Vikas Pachdha
2018-05-14 16:46:23 +02:00
parent 981a98f34f
commit 4d082b9500
5 changed files with 20 additions and 21 deletions

View File

@@ -84,7 +84,7 @@ public:
QString simUdid;
bool success = false;
qint64 pID = -1;
QByteArray commandOutput = "";
QString commandOutput = "";
};
public: