Back Trace
Unsolved
QML and Qt Quick
-
I have a binary program called hmi_app, and it uses some qml built in itself, and I also have many basic qml file such as "QtQuick" and "QtGraphicalEffects" and so on. My question is that can I trace which function called the functions in basic qml files?
For example:
If hmi_app->function_app_A called QtQuick->function_qml_B, then can I have a way to know the name of function who called QtQuick->function_qml_B is "function_app_A".Thanks a lot.