Mention crash report locations
authorKevin Sawicki <kevinsawicki@gmail.com>
Wed, 5 Oct 2016 21:10:45 +0000 (14:10 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Thu, 6 Oct 2016 16:02:01 +0000 (09:02 -0700)
docs/api/crash-reporter.md

index 78a5473..092180f 100644 (file)
@@ -22,6 +22,12 @@ following projects:
 * [socorro](https://github.com/mozilla/socorro)
 * [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
 
 The `crash-reporter` module has the following methods: