This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c40a292099
electron
/
spec-main
/
fixtures
/
api
/
net-log
/
package.json
5 lines
59 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: netLog API for dynamic logging control (#13068) * Introduce `net.{start|stop}Logging()` - Slight regression right now as Electron won't automatically start logging net-logs at launch, will soon be fixed - To implement callback for async controls * Add `net.isLogging` & optional callback param for `net.stopLogging()` * Fix small regression on --log-net-log --log-net-log should work again * Error on empty file path * Only start with valid file path * Remove unused var * Allow setting log file path before URLRequestContextGetter starts logging * Add net log tests * Remove redundant checks * Use brightray::NetLog * Clean up code * Should automatically stop listening * :art: Attempt to fix styles * Only run non-null callback * Dump file to tmpdir * Simplify net log spec Spawned Electron process on Linux CI can fail to launch * Separate netLog module * Remove net logging test from net spec * Add tests for netLog * Fix header guard * Clean up code * Add netLog.currentlyLoggingPath * Callback with filepath * Add test for case when only .stopLogging() is called * Add docs * Reintroduce error on invalid arg * Update copyright * Update error message * Juggle file path string types
2018-06-19 01:45:58 +00:00
{
ci: cleanup up test app directories (#25145) * ci: cleanup up test app directories * ci: use electron prefix for a testing apps so that the can be cleaned up * Revert "ci: cleanup up test app directories" This reverts commit a47daba812ee95f506cac0f1bfedda8be7b4e2f0. * fixup test due to app name change
2020-08-31 18:07:12 +00:00
"name"
:
"electron-test-net-log"
,
feat: netLog API for dynamic logging control (#13068) * Introduce `net.{start|stop}Logging()` - Slight regression right now as Electron won't automatically start logging net-logs at launch, will soon be fixed - To implement callback for async controls * Add `net.isLogging` & optional callback param for `net.stopLogging()` * Fix small regression on --log-net-log --log-net-log should work again * Error on empty file path * Only start with valid file path * Remove unused var * Allow setting log file path before URLRequestContextGetter starts logging * Add net log tests * Remove redundant checks * Use brightray::NetLog * Clean up code * Should automatically stop listening * :art: Attempt to fix styles * Only run non-null callback * Dump file to tmpdir * Simplify net log spec Spawned Electron process on Linux CI can fail to launch * Separate netLog module * Remove net logging test from net spec * Add tests for netLog * Fix header guard * Clean up code * Add netLog.currentlyLoggingPath * Callback with filepath * Add test for case when only .stopLogging() is called * Add docs * Reintroduce error on invalid arg * Update copyright * Update error message * Juggle file path string types
2018-06-19 01:45:58 +00:00
"main"
:
"main.js"
}
Reference in a new issue
Copy permalink