Skip to content

Commit fb34dd4

Browse files
committed
[docs] disable-crash-handler switch
Fix nwjs#5624
1 parent fa58e42 commit fb34dd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/References/Command Line Options.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ When it's used, requestAnimationFrame() callback will continue to fire when wind
4545

4646
By default, the cookie store on disk is encrypted in Chromium. Use this switch to disable the encryption for testing purpose (e.g. sharing the cookie store between different systems).
4747

48+
## `--disable-crash-handler=true`
49+
50+
Disable the crash handler process for single process mode. NOTE: you should explictly set it to 'true'. When using it and `--single-process` together, there will be only one NW process for your application. The crash dumping feature will be disabled with this switch. This switch must be put in the command line (not in package.json) to be effective.
51+
4852
## `--enable-gcm`
4953

5054
Enable the chrome.gcm API.

0 commit comments

Comments
 (0)