MerginMaps / mobile

Mobile app for Mergin Maps 📲. Open QGIS projects and manage vector data on your phone, even offline 📶 (Android/iOS/Windows app)
https://merginmaps.com
GNU General Public License v2.0
280 stars 62 forks source link

ANR at QtNativeAccessibility #3431

Closed tomasMizera closed 1 month ago

tomasMizera commented 1 month ago

We have a few ANRs related to QtNativeAccessibility.

See https://play.google.com/console/u/0/developers/9020781919488086309/app/4975035682978011226/vitals/crashes/632e032abb62d90b7d78229fdf8e5ea6/details?days=28&versionCode=514711

Quick Google search suggests to set this env variable QT_ANDROID_DISABLE_ACCESSIBILITY to get rid of them. See https://doc.qt.io/qt-6/android-environment-variables.html (https://bugreports.qt.io/browse/QTBUG-102168) and https://forum.qt.io/topic/142254/android-anr-deadlock-in-qtaccessibilitydelegate

Multiple projects are using it, see https://github.com/search?q=QT_ANDROID_DISABLE_ACCESSIBILITY&type=code