qDebug, qWarning etc. Android implementation
Solved
Mobile and Embedded
-
wrote on 26 Dec 2018, 06:11 last edited by
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.
-
wrote on 26 Dec 2018, 06:34 last edited by azarubkin
Found it: https://github.com/qt/qtbase/blob/5.12/src/corelib/global/qlogging.cpp
Specifically, I needed to set application name in QCoreApplication.
1/2