Android: Handle new QtTraceMsg in message handler

Change-Id: I3eb6fa42044ff4bdd0219925abf9d18cad60de7c
Reviewed-by: hjk <hjk121@nokiamail.com>
bb10
Paul Olav Tvete 2013-09-26 16:44:06 +02:00 committed by The Qt Project
parent a94e932945
commit ec716cc5bf
1 changed files with 1 additions and 0 deletions

View File

@ -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;