Skip to content

Commit

Permalink
Fix #5669: correct path of crash dumps in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sapachev authored and rogerwang committed Feb 12, 2017
1 parent 5644fe3 commit ca3c108
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: `%LOCALAPPDATA%\CrashPad`
* Windows: `%LOCALAPPDATA%\Chromium\User Data\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 ca3c108

Please sign in to comment.