Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.7.0-beta1
-
Fix Version/s: Qt Creator 4.7.0-beta1
-
Component/s: Android Support, QML Profiler
-
Labels:
-
Environment:macOS 10.13, QC 4.7 beta snapshot based on Qt5.11
-
Commits:7b08624ae71660aafed4b1827defcf00254b82e1
Description
Steps to reproduce:
- open/create Qt Quick Application
- start profiling on the simulator or real device
- when profiler gathered some data hit the 'Stop' button of the profiler toolbar
- shortly after this you'll see data visualised on the timeline
- QC seems to still close the app
- when QC has finished closing the app, it loses the data and brings up a message box with
Application finished before loading profiled data. Please use the stop button instead.
Note: closing the app from inside (added a MouseArea and did a Qt.quit() inside the onClicked of it and clicked this) works and does not lose the data.