Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
813 stars 105 forks source link

Do not launch the crash handler dialog #1397

Closed javifernandez closed 6 months ago

javifernandez commented 6 months ago

We don't have a service to collect and analyze the coredumps generated after crashes, so it's better to avoid launching the dialog to ask the user about sending it.

javifernandez commented 6 months ago

This also prevents Wolvic from sending core dumps if crash reporting is enabled. What do you think about removing also the setting in the UI as it will do nothing?

As far as I know the only way to change this setting through the UI is precisely through the CrashDialogWidget, which is not launched anymore.