BrowserWorks / Waterfox-Android

Waterfox for Android
Mozilla Public License 2.0
85 stars 3 forks source link

Add extensions support #17

Closed sdex closed 6 months ago

sdex commented 6 months ago
sdex commented 6 months ago

The debug build has enabled strict mode violation detection and PENALTY_DEATH. The app performs several preferences reads/writes in the UI thread (which is essentially the disk IO). It causes crashes. I tested the Fenix debug build and it crashes too. I don't know why it's enabled by default and the Firefox team did nothing about it. If you want to test the debug build you can disable it at https://github.com/WaterfoxCo/Waterfox-Android/blob/c6058971af40aba91444664c5a41067eb1bab9f5/app/src/main/java/net/waterfox/android/WaterfoxApplication.kt#L130C25-L130C25 For the release build type, this is disabled (also in the release the Compose components performance is better).