Debug output from the phone
-
I have my Qt application with qDebug() traces. Those traces are printed to the QtCreator when I run the app. The problem is that when I run the app on the phone and not from QtCreator, traces are not printed. Is there some way to follow those Qt traces from the phone without having the app running in QtCreator?
-
And up. This is still relevant.
-
No as far i know, create your own debug with a filesave option.
-
Uh, ok, thanks!
-
This is one simple log writter i used long time ago: http://codepad.org/9988WKzb
Make it accessible under QML with Q_INVOKABLE