Make sure we pull from the selected device.

Change-Id: Ifbf1987e1b4322f1a0878855a12c4966bd77dc71
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
BogDan Vatra
2015-05-15 21:54:16 +03:00
committed by Daniel Teske
parent e3171643ff
commit 50a47cdb49

View File

@@ -463,7 +463,7 @@ QString AndroidDeployQtStep::systemAppProcessFilePath() const
{
QProcess proc;
const QStringList args =
QStringList() << QLatin1String("shell")
QStringList() << AndroidDeviceInfo::adbSelector(m_serialNumber) << QLatin1String("shell")
<< QLatin1String("readlink -f -s /system/bin/app_process");
proc.start(m_adbPath, args);
proc.waitForFinished();