forked from qt-creator/qt-creator
Android: Log invocations of avdmanager
Change-Id: I32e4fe3d837adcb6860247f45757187902566934 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -73,6 +73,7 @@ static bool avdManagerCommand(const AndroidConfig config, const QStringList &arg
|
|||||||
Utils::SynchronousProcess proc;
|
Utils::SynchronousProcess proc;
|
||||||
auto env = AndroidConfigurations::toolsEnvironment(config).toStringList();
|
auto env = AndroidConfigurations::toolsEnvironment(config).toStringList();
|
||||||
proc.setEnvironment(env);
|
proc.setEnvironment(env);
|
||||||
|
qCDebug(avdManagerLog) << "Running command:" << cmd.toUserOutput();
|
||||||
SynchronousProcessResponse response = proc.runBlocking(cmd);
|
SynchronousProcessResponse response = proc.runBlocking(cmd);
|
||||||
if (response.result == Utils::SynchronousProcessResponse::Finished) {
|
if (response.result == Utils::SynchronousProcessResponse::Finished) {
|
||||||
if (output)
|
if (output)
|
||||||
|
Reference in New Issue
Block a user