Log Files for Qt Application?
Unsolved
General and Desktop
-
Hi all,
i am creating a complex application with Qt. Its crashing at a random period of time which i want to analyze.
Is there any way to know if problem is from Qt types ? I mean is there any logging facility provided by Qt which keeps track of its type behavior internally.
Ex: If i click on a button then application crashes then i can see the logs (built-in) provided by Qt.