Merge pull request #3902 from bengotow/asar-perf

Add env var to export a hint file to optimize ASAR ordering
This commit is contained in:
Cheng Zhao 2016-01-21 16:46:49 -07:00
commit b039741c6b
2 changed files with 27 additions and 1 deletions

View file

@ -25,6 +25,12 @@ Starts the process as a normal Node.js process.
Prints Chrome's internal logging to console.
## `ELECTRON_LOG_ASAR_READS`
When Electron reads from an ASAR file, log the read offset and file path to
the system `tmpdir`. The resulting file can be provided to the ASAR module
to optimize file ordering.
## `ELECTRON_ENABLE_STACK_DUMPING`
When Electron crashed, prints the stack trace to console.