qDebug, qWarning etc. Android implementation
-
-
Found it: https://github.com/qt/qtbase/blob/5.12/src/corelib/global/qlogging.cpp
Specifically, I needed to set application name in QCoreApplication.
Found it: https://github.com/qt/qtbase/blob/5.12/src/corelib/global/qlogging.cpp
Specifically, I needed to set application name in QCoreApplication.