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 181ce03 commit 9e770e1Copy full SHA for 9e770e1
src/app/main.cpp
@@ -400,7 +400,9 @@ int main( int argc, char *argv[] )
400
#endif // WIN32
401
402
// Set up the custom qWarning/qDebug custom handler
403
+#ifndef ANDROID
404
qInstallMsgHandler( myMessageOutput );
405
+#endif
406
407
#if (defined(linux) && !defined(ANDROID)) || defined(__FreeBSD__)
408
signal( SIGQUIT, qgisCrash );
0 commit comments