diff options
author | Vikas Pachdha <vikas.pachdha@qt.io> | 2018-07-17 13:58:50 +0200 |
---|---|---|
committer | Vikas Pachdha <vikas.pachdha@qt.io> | 2018-07-19 14:47:58 +0000 |
commit | b8da47af9c8247e171a3baf29c125782fbebdad0 (patch) | |
tree | 15c2c81210317e1804d65801714439d61d7f43bd /src/plugins/android/androidrunner.cpp | |
parent | 6fa2901173ec0f94d1115dfc0eb114a8784228b0 (diff) | |
download | qt-creator-b8da47af9c8247e171a3baf29c125782fbebdad0.tar.gz |
Android: Log Qt live apk path and few more code paths
Change-Id: Id743db4865b399c619c04fc393540758352c60e1
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/android/androidrunner.cpp')
-rw-r--r-- | src/plugins/android/androidrunner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/android/androidrunner.cpp b/src/plugins/android/androidrunner.cpp index d5ed812ff8..c7ad648240 100644 --- a/src/plugins/android/androidrunner.cpp +++ b/src/plugins/android/androidrunner.cpp @@ -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); } |