Android: Fix debugger startup by trying harder to find the pid.

Task-number: QTBUG-36201

Change-Id: I8b4e1bd7615e4fda1184b0d3d443afcdc5e0e898
Reviewed-by: jian liang <jianliang79@gmail.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Daniel Teske
2014-02-12 12:24:56 +01:00
parent f785402972
commit aaedccf116
2 changed files with 32 additions and 32 deletions

View File

@@ -87,6 +87,7 @@ private:
QProcess m_adbLogcatProcess;
QTimer m_checkPIDTimer;
bool m_wasStarted;
int m_tries;
QByteArray m_logcat;
QString m_intentName;