forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.3'
Conflicts: tests/auto/debugger/tst_dumpers.cpp Change-Id: Id8b53b000f94a1b5ab923db79f67bad3276d09dc
This commit is contained in:
@@ -182,16 +182,6 @@ AndroidDebugSupport::AndroidDebugSupport(RunControl *runControl,
|
||||
[this](const QString &output) {
|
||||
showMessage(output, AppOutput);
|
||||
});
|
||||
|
||||
QTC_ASSERT(runControl, return);
|
||||
auto formatter = qobject_cast<AndroidOutputFormatter*>(runControl->outputFormatter());
|
||||
QTC_ASSERT(formatter, return);
|
||||
connect(m_runner, &AndroidRunner::pidFound, formatter, &AndroidOutputFormatter::appendPid);
|
||||
connect(m_runner, &AndroidRunner::pidLost, formatter, &AndroidOutputFormatter::removePid);
|
||||
connect(m_runner, &AndroidRunner::remoteProcessFinished, formatter,
|
||||
[formatter] {
|
||||
formatter->removePid(-1);
|
||||
});
|
||||
}
|
||||
|
||||
void AndroidDebugSupport::handleRemoteProcessStarted(Utils::Port gdbServerPort, Utils::Port qmlPort)
|
||||
|
||||
Reference in New Issue
Block a user