forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1838211 - Add presets for cookie, websocket, and Http3 logging, r…
…=necko-reviewers,fluent-reviewers,valentin,flod Differential Revision: https://phabricator.services.mozilla.com/D181993
- Loading branch information
1 parent
19e943f
commit bf87e86
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,12 @@ easier to analyze. | |
exact same format as the MOZ_LOG environment variable (see below). | ||
Generally the default list is OK, unless a Mozilla developer has told | ||
you to modify it. | ||
|
||
* For cookie issues, use presets ``Cookies`` | ||
* For WebSocket issues, use presets ``WebSockets`` | ||
* For HTTP/3 or QUIC issues, use presets ``HTTP/3`` | ||
* For other networking issues, use presets ``Networking`` | ||
|
||
#. Click on Start Logging. | ||
#. Reproduce the bug (i.e. go to the web site that is broken for you and | ||
make the bug happen in the browser) | ||
|
@@ -55,6 +61,12 @@ easier to analyze. | |
#. Pat yourself on the back--a job well done! Thanks for helping us | ||
debug Firefox. | ||
|
||
.. note:: | ||
|
||
**Note:** The log may include sensitive data such as URLs and cookies. | ||
To protect your privacy, we kindly request you to send the log file or | ||
the profiler link directly and confidentially to [email protected]. | ||
|
||
Logging HTTP activity by manually setting environment variables | ||
--------------------------------------------------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters