Building Firefox/SURF: Difference between revisions

 
Line 178: Line 178:
# You can send the logs to files by setting MOZ_LOG_FILE="path-to-file.txt"
# You can send the logs to files by setting MOZ_LOG_FILE="path-to-file.txt"
# On Windows, due to weirdness, to see the log output from sub-processes you need to either redirect them to a file (or tee) in the console or specify MOZ_LOG_FILE
# On Windows, due to weirdness, to see the log output from sub-processes you need to either redirect them to a file (or tee) in the console or specify MOZ_LOG_FILE
# You can get rid of all the DOCSHELL and DOMWINDOW spam by setting MOZ_QUIET=1.  You should do this.
# [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Gecko_Logging This page] has more details. As always, be wary that things may be out of date.
# [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Gecko_Logging This page] has more details. As always, be wary that things may be out of date.
124

edits