forked from qt-creator/qt-creator
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:
committed by
Daniel Teske
parent
e3171643ff
commit
50a47cdb49
@@ -463,7 +463,7 @@ QString AndroidDeployQtStep::systemAppProcessFilePath() const
|
|||||||
{
|
{
|
||||||
QProcess proc;
|
QProcess proc;
|
||||||
const QStringList args =
|
const QStringList args =
|
||||||
QStringList() << QLatin1String("shell")
|
QStringList() << AndroidDeviceInfo::adbSelector(m_serialNumber) << QLatin1String("shell")
|
||||||
<< QLatin1String("readlink -f -s /system/bin/app_process");
|
<< QLatin1String("readlink -f -s /system/bin/app_process");
|
||||||
proc.start(m_adbPath, args);
|
proc.start(m_adbPath, args);
|
||||||
proc.waitForFinished();
|
proc.waitForFinished();
|
||||||
|
|||||||
Reference in New Issue
Block a user