forked from qt-creator/qt-creator
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:
@@ -155,7 +155,7 @@ void IosSettingsWidget::onCreate()
|
||||
.arg(name).arg(response.simUdid), Utils::StdOutFormat);
|
||||
} else {
|
||||
statusDialog->addMessage(tr("Simulator device (%1) creation failed.\nError: %2").
|
||||
arg(name).arg(QString::fromUtf8(response.commandOutput)),
|
||||
arg(name).arg(response.commandOutput),
|
||||
Utils::StdErrFormat);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user