Skip to content

Commit e39c01e

Browse files
committed
[docs] update Understanding Crash Dump for nwjs#5248
1 parent 814c3d0 commit e39c01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/For Developers/Understanding Crash Dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To extract the stack trace from the `minidump` file, you need three things: the
1212
The minidump file will be generated in the following default directories when NW.js crashed:
1313

1414
* Linux: `~/.config/<name-in-manifest>/Crash\ Reports/`
15-
* Windows: `%LOCALAPPDATA%\Chromium\User Data\CrashPad`
15+
* Windows: `%LOCALAPPDATA%\<name-in-manifest>\User Data\CrashPad` *(In versions < 0.21.5, it's in `%LOCALAPPDATA%\Chromium\User Data\CrashPad` due to bug [#5248](https://github.com/nwjs/nw.js/issues/5248) )*
1616
* Mac: `~/Library/Application\ Support/<name-in-manifest>/CrashPad/`
1717

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

0 commit comments

Comments
 (0)