Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
don't use own message handler on android
  • Loading branch information
jef-n committed Sep 8, 2013
1 parent 181ce03 commit 9e770e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/main.cpp
Expand Up @@ -400,7 +400,9 @@ int main( int argc, char *argv[] )
#endif // WIN32

// Set up the custom qWarning/qDebug custom handler
#ifndef ANDROID
qInstallMsgHandler( myMessageOutput );
#endif

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

0 comments on commit 9e770e1

Please sign in to comment.