qDebug, qWarning etc. Android implementation
Solved
Mobile and Embedded
-
Hello everyone,
Where in the sources of Qt can I find the implementation of qWarning and similar streams for Android?
Specifically, I see their output in logcat, but I'd like to add a logging tag because currently my messages don't contain any.
-
Found it: https://github.com/qt/qtbase/blob/5.12/src/corelib/global/qlogging.cpp
Specifically, I needed to set application name in QCoreApplication.
2/2