How to add trace in qml file ?
-
i have to add tracing information throughout the project.
so i want to know how i can add trace in qml file ?
-
i have to add tracing information throughout the project.
so i want to know how i can add trace in qml file ?
Does
console.log("Hello")do what you want? -
@JKSH it something like you mentioned but not same like it. because i have to get the trace information from whole application and as well as may be able to enable and disable that information compile time and runtime. because ultimate goal is when application start and unfortunately it crash then i have to find from where it get crashed using this trace log.