QmlProfiler: read trace when application ended by the user
This patch avoids showing the "use the stop button" if the
application dies but the trace data was sent in time.
Note: with the current implementation in Qt5, the application
sometimes closes before all data could be sent. That happens
with any non-trivial qml application.
Change-Id: Ie7b1568b2d69320d1887587dccac40a4b4d4d788
Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
Showing
- src/plugins/qmlprofiler/qml/MainView.qml 3 additions, 0 deletionssrc/plugins/qmlprofiler/qml/MainView.qml
- src/plugins/qmlprofiler/qml/StatusDisplay.qml 18 additions, 1 deletionsrc/plugins/qmlprofiler/qml/StatusDisplay.qml
- src/plugins/qmlprofiler/qmlprofilerengine.cpp 7 additions, 1 deletionsrc/plugins/qmlprofiler/qmlprofilerengine.cpp
- src/plugins/qmlprofiler/qmlprofilerengine.h 1 addition, 0 deletionssrc/plugins/qmlprofiler/qmlprofilerengine.h
- src/plugins/qmlprofiler/qmlprofilertool.cpp 1 addition, 0 deletionssrc/plugins/qmlprofiler/qmlprofilertool.cpp
- src/plugins/qmlprofiler/tracewindow.cpp 6 additions, 0 deletionssrc/plugins/qmlprofiler/tracewindow.cpp
- src/plugins/qmlprofiler/tracewindow.h 1 addition, 0 deletionssrc/plugins/qmlprofiler/tracewindow.h
Loading
Please register or sign in to comment