forked from qt-creator/qt-creator
The host name in the remote channel url needs to match the Android device serial number case-sensitively. Otherwise, the lldb connection fails. When constructing a remote channel url via QUrl, the host name gets forced to be lowercase. The url for serialnumber "MYPHONE12346" would become "adb://myphone12346:<port>" and the lldb connection fails. Use the DebuggerRunTool::setRemoteChannel(const QString &host, int port) overload for lldb to avoid the issue. Task-number: QTCREATORBUG-26709 Change-Id: I0e61d981c4b80a9d251ba1f7626fc2be9625a831 Reviewed-by: hjk <hjk@qt.io>
7.4 KiB
7.4 KiB