how do I disable crash reporter during install?
I put this line "pref("datareporting.healthreport.uploadEnabled", false);" into the mozilla.cfg file to disable health reports. I'm looking to disable the crash reporter as well during install as default.
I put this line "pref("datareporting.healthreport.uploadEnabled", false);" into the mozilla.cfg file to disable health reports. I'm looking to disable the crash reporter as well during install as default.
Όλες οι απαντήσεις (2)
hello EdzLegend, for details on how to achieve that please refer to http://kb.mozillazine.org/Breakpad#Can_I_disable_Crash_Reporter.3F.
thank you!