Mention crash report locations
This commit is contained in:
parent
81733a523e
commit
eafc694bba
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@ following projects:
|
||||||
* [socorro](https://github.com/mozilla/socorro)
|
* [socorro](https://github.com/mozilla/socorro)
|
||||||
* [mini-breakpad-server](https://github.com/electron/mini-breakpad-server)
|
* [mini-breakpad-server](https://github.com/electron/mini-breakpad-server)
|
||||||
|
|
||||||
|
Crash reports are saved locally in an application-specific temp directory folder.
|
||||||
|
For a `productName` of `YourName`, crash reports will be stored in a folder
|
||||||
|
named `YourName Crashes` inside the temp directory. You can customize this temp
|
||||||
|
directory location for your app by calling the `app.setPath('temp', '/my/custom/temp')`
|
||||||
|
API before starting the crash reporter.
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|
||||||
The `crash-reporter` module has the following methods:
|
The `crash-reporter` module has the following methods:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue