Skip to content

Commit 9e770e1

Browse files
committedSep 8, 2013
don't use own message handler on android
1 parent 181ce03 commit 9e770e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/app/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,9 @@ int main( int argc, char *argv[] )
400400
#endif // WIN32
401401

402402
// Set up the custom qWarning/qDebug custom handler
403+
#ifndef ANDROID
403404
qInstallMsgHandler( myMessageOutput );
405+
#endif
404406

405407
#if (defined(linux) && !defined(ANDROID)) || defined(__FreeBSD__)
406408
signal( SIGQUIT, qgisCrash );

0 commit comments

Comments
 (0)
Please sign in to comment.