- Type
about:config
into the URL bar - Search for
app.update.log
- Set its value to
true
- Open the Browser Console (Control/Cmd+Shift+J, or Hamburger Menu->Web Developer->Browser Console)
- In the Filter textbox at the top, enter
AUS:SVC
to filter out everything except the update messages - Attempt to trigger an update in Firefox by going to the Preferences page or the Help->About Firefox window
- Now that you have only update related messages, you can copy the messages out of the Browser Console
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
AUS:SVC Creating UpdateService | |
AUS:SVC Logging current UpdateService status: | |
AUS:SVC UpdateService.canCheckForUpdates - able to check for updates | |
AUS:SVC getCanApplyUpdates - testing write access /Users/tublitzed/Library/Caches/Mozilla/updates/Users/tublitzed/HG/mozilla-central/obj-ff-dbg/dist/NightlyDebug/update.test | |
AUS:SVC getCanApplyUpdates - bypass the write since elevation can be used on Mac OS X | |
AUS:SVC getElevationRequired - recursively testing write access on /Users/tublitzed/HG/mozilla-central/obj-ff-dbg/dist/NightlyDebug.app | |
AUS:SVC getElevationRequired - able to write to application bundle, elevation not required | |
AUS:SVC gCanStageUpdatesSession - testing write access /Users/tublitzed/Library/Caches/Mozilla/updates/Users/tublitzed/HG/mozilla-central/obj-ff-dbg/dist/NightlyDebug/update.test | |
AUS:SVC gCanStageUpdatesSession - able to stage updates | |
AUS:SVC getElevationRequired - recursively testing write access on /Users/tublitzed/HG/mozilla-central/obj-ff-dbg/dist/NightlyDebug.app |