Skip to content

Commit a996365

Browse files
committedSep 8, 2013
don't use own message handler on android
1 parent 93cdd0c commit a996365

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
@@ -363,7 +363,9 @@ int main( int argc, char *argv[] )
363363
#endif // WIN32
364364

365365
// Set up the custom qWarning/qDebug custom handler
366+
#ifndef ANDROID
366367
qInstallMsgHandler( myMessageOutput );
368+
#endif
367369

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

0 commit comments

Comments
 (0)
Please sign in to comment.