diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp index d4a22957787..991a197b530 100644 --- a/src/corelib/global/qlogging.cpp +++ b/src/corelib/global/qlogging.cpp @@ -1896,7 +1896,7 @@ static bool wasm_default_message_handler(QtMsgType type, return false; // Leave logging up to stderr handler QString formattedMessage = qFormatLogMessage(type, context, message); - int emOutputFlags = (EM_LOG_CONSOLE | EM_LOG_DEMANGLE); + int emOutputFlags = EM_LOG_CONSOLE; QByteArray localMsg = message.toLocal8Bit(); switch (type) { case QtDebugMsg: