don't use own message handler on android

This commit is contained in:
Juergen E. Fischer 2013-09-08 20:28:20 +02:00
parent 93cdd0ca40
commit a996365706

View File

@ -363,7 +363,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 );