-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
Qt Creator 3.0.0
-
None
Platform : Mac OS
SDK : Qt 5.2 Official release
Qt Creator : 3.0.0
Step to reproduce:
1. Open a Qt Quick project and select Android target
2. On the top menu bar, click Analyzer -> QML Profiler
3. After deployed , the application console will show :
D/Qt (14973): qtcpserverconnection.cpp:173 (voidQTcpServerConnection::listen()): QML Debugger: Waiting for connection on port 61428...
Then the application is frozen. No more line of message returned. And the profiler just show "No QML Events recorded".
I have checked the result of QApplication::arguments() , it don't have any parameter likes "-qmljsdebugger=port:61428".