aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidrunner.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2014-09-15 16:36:58 +0200
committerhjk <[email protected]>2014-09-16 13:19:23 +0200
commit3fb7c81a926b50c8b2c6886fb69cb8a274c4de8a (patch)
tree32a65b3f4f3d4fe60a4bb9448c13e59de1f9700b /src/plugins/android/androidrunner.cpp
parentdb6af3f152495c613f66e2fad41c305a1d23c55d (diff)
Debugger: Better remote engine setup result reporting
Use one less signal for result passing. Change-Id: I6209d248fb01056835ef65b91981b9b2747d6f7f Reviewed-by: Ulf Hermann <[email protected]> Reviewed-by: BogDan Vatra <[email protected]>
Diffstat (limited to 'src/plugins/android/androidrunner.cpp')
-rw-r--r--src/plugins/android/androidrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androidrunner.cpp b/src/plugins/android/androidrunner.cpp
index af4928ca73d..c8befc889b3 100644
--- a/src/plugins/android/androidrunner.cpp
+++ b/src/plugins/android/androidrunner.cpp
@@ -184,7 +184,7 @@ void AndroidRunner::checkPID()
QByteArray serverChannel = QByteArray::number(m_qmlPort);
emit remoteServerRunning(serverChannel, m_processPID);
} else if (m_useQmlProfiler) {
- emit remoteProcessStarted(m_qmlPort);
+ emit remoteProcessStarted(-1, m_qmlPort);
} else {
// Start without debugging.
emit remoteProcessStarted(-1, -1);