Skip to content

Commit

Permalink
[docs] update crash dump location
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Mar 18, 2016
1 parent 3e5282e commit 2ec5348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/For Developers/Understanding Crash Dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To extract the stack trace from the `minidump` file, you need three things: the
The minidump file will be generated in the following default directories when NW.js crashed:

* Linux: `~/.config/<name-in-manifest>/Crash\ Reports/`
* Windows: [System temporary directory](http://msdn.microsoft.com/en-us/library/windows/desktop/aa364992%28v=vs.85%29.aspx)
* Windows: `%LOCALAPPDATA%\CrashPad`
* Mac: `~/Library/Application\ Support/<name-in-manifest>/CrashPad/`

The `<name-in-manifest>` is the `name` field of [Manifest file](../References/Manifest Format.md#name).
Expand Down

0 comments on commit 2ec5348

Please sign in to comment.