michael@0: .. _crashes_crashmanager: michael@0: michael@0: ============= michael@0: Crash Manager michael@0: ============= michael@0: michael@0: The **Crash Manager** is a service and interface for managing crash michael@0: data within the Gecko application. michael@0: michael@0: From JavaScript, the service can be accessed via:: michael@0: michael@0: Cu.import("resource://gre/modules/Services.jsm"); michael@0: let crashManager = Services.crashmanager; michael@0: michael@0: That will give you an instance of ``CrashManager`` from ``CrashManager.jsm``. michael@0: From there, you can access and manipulate crash data. michael@0: michael@0: Other Documents michael@0: =============== michael@0: michael@0: .. toctree:: michael@0: :maxdepth: 1 michael@0: michael@0: crash-events