Skip to content

Instantly share code, notes, and snippets.

@tublitzed
Last active October 7, 2020 14:47
Show Gist options
  • Save tublitzed/de0baf6097ed2ba5ecaeffe5f69038f8 to your computer and use it in GitHub Desktop.
Save tublitzed/de0baf6097ed2ba5ecaeffe5f69038f8 to your computer and use it in GitHub Desktop.
Accessing Firefox update logs
  1. Type about:config into the URL bar
  2. Search for app.update.log
  3. Set its value to true
  4. Open the Browser Console (Control/Cmd+Shift+J, or Hamburger Menu->Web Developer->Browser Console)
  5. In the Filter textbox at the top, enter AUS:SVC to filter out everything except the update messages
  6. Attempt to trigger an update in Firefox by going to the Preferences page or the Help->About Firefox window
  7. Now that you have only update related messages, you can copy the messages out of the Browser Console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment