Confirmed users, Bureaucrats and Sysops emeriti
1,217
edits
No edit summary |
|||
| Line 33: | Line 33: | ||
The crash reporter client follows the lead of the updater software and is potentially localizable by translating strings in the [http://mxr.mozilla.org/seamonkey/source/toolkit/airbag/client/crashreporter.ini crashreporter.ini] file. Unfortunately, currently the URL of the server to send crash reports to is also stored in the crashreporter.ini file. | The crash reporter client follows the lead of the updater software and is potentially localizable by translating strings in the [http://mxr.mozilla.org/seamonkey/source/toolkit/airbag/client/crashreporter.ini crashreporter.ini] file. Unfortunately, currently the URL of the server to send crash reports to is also stored in the crashreporter.ini file. | ||
Win32 trunk nightlies currently include the airbag code, but it's disabled at runtime by default. To test it, you will need to set the environment variable <code>MOZ_AIRBAG=1</code>. Crash reports are currently collected at: | |||
http://mavra.perilith.com/~luser/airbag-collector/list.pl | |||
= Server Side = | = Server Side = | ||