From ec716cc5bf267e6895f673f4be76e3422cf86d3d Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Thu, 26 Sep 2013 16:44:06 +0200 Subject: Android: Handle new QtTraceMsg in message handler Change-Id: I3eb6fa42044ff4bdd0219925abf9d18cad60de7c Reviewed-by: hjk --- src/corelib/global/qlogging.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/global') diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp index c0709ce258..694935b326 100644 --- a/src/corelib/global/qlogging.cpp +++ b/src/corelib/global/qlogging.cpp @@ -869,6 +869,7 @@ static void android_default_message_handler(QtMsgType type, { android_LogPriority priority; switch (type) { + case QtTraceMsg: case QtDebugMsg: priority = ANDROID_LOG_DEBUG; break; case QtWarningMsg: priority = ANDROID_LOG_WARN; break; case QtCriticalMsg: priority = ANDROID_LOG_ERROR; break; -- cgit v1.2.3