Android: Log Qt live apk path and few more code paths

Change-Id: Id743db4865b399c619c04fc393540758352c60e1
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Vikas Pachdha
2018-07-17 13:58:50 +02:00
parent 6fa2901173
commit b8da47af9c
5 changed files with 28 additions and 3 deletions

View File

@@ -210,6 +210,7 @@ void AndroidRunner::qmlServerPortReady(Port port)
serverUrl.setHost(QHostAddress(QHostAddress::LocalHost).toString());
serverUrl.setPort(port.number());
serverUrl.setScheme(urlTcpScheme());
qCDebug(androidRunnerLog) << "Qml Server port ready"<< serverUrl;
emit qmlServerReady(serverUrl);
}