We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 93cdd0c commit a996365Copy full SHA for a996365
src/app/main.cpp
@@ -363,7 +363,9 @@ int main( int argc, char *argv[] )
363
#endif // WIN32
364
365
// Set up the custom qWarning/qDebug custom handler
366
+#ifndef ANDROID
367
qInstallMsgHandler( myMessageOutput );
368
+#endif
369
370
#if (defined(linux) && !defined(ANDROID)) || defined(__FreeBSD__)
371
signal( SIGQUIT, qgisCrash );
0 commit comments