Android: Remove AndroidRunnable::amStartExtraArgs

It was only set up in AndroidRunner from the run configuration
and passed to AndroidRunnerWorker, instead get in in the
AndroidRunnerWorker from the run configuration directly.

Change-Id: I52fc793f07ca766a80a1b06f216f850da0b563ed
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2018-05-15 10:08:16 +02:00
parent 7d97f4ce2d
commit cf01d20f95
4 changed files with 11 additions and 9 deletions

View File

@@ -92,6 +92,7 @@ protected:
AndroidRunnable m_androidRunnable;
QString m_intentName;
QString m_adb;
QStringList m_amStartExtraArgs;
qint64 m_processPID = -1;
std::unique_ptr<QProcess, Deleter> m_adbLogcatProcess;
std::unique_ptr<QProcess, Deleter> m_psIsAlive;