forked from qt-creator/qt-creator
Android: Use adb:// in ConnectRemote
This is apparently the right thing to do anyway and also helps to select the right emulator or device when multiple ones are connected. In that situation otherwise an error "Expected a single connected device, got instead 2 - try setting 'ANDROID_SERIAL'" would occur. Change-Id: I650a221d1a321d4dd9035411f85c7a68244c20e2 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
@@ -900,6 +900,11 @@ Internal::TerminalRunner *DebuggerRunTool::terminalRunner() const
|
||||
return d->terminalRunner;
|
||||
}
|
||||
|
||||
DebuggerEngineType DebuggerRunTool::cppEngineType() const
|
||||
{
|
||||
return m_runParameters.cppEngineType;
|
||||
}
|
||||
|
||||
DebuggerRunTool::DebuggerRunTool(RunControl *runControl, AllowTerminal allowTerminal)
|
||||
: RunWorker(runControl), d(new DebuggerRunToolPrivate)
|
||||
{
|
||||
|
Reference in New Issue
Block a user