Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Using Crash Reporting in a XULRunner Application

 

XULRunner application authors who wish to use crash reporting must run a crash reporting server. Please see the Socorro project for more information.

To enable crash reporting on the client, set the following items in application.ini:

[Crash Reporter]
Enabled=True
ServerURL=https://your.server.url/submit

Note: because crash reports can contain private data including passwords, in production environments they should only be sent via https.

Document Tags and Contributors

 Last updated by: ziyunfei,