Debugging update problems

Checking update requests

If you're debugging the application update feature in Firefox or other Mozilla applications, you may need to see what requests are occurring. You can do this using the Live HTTP Headers addon to determine the URL of the update request. That URL might look something like:

https://aus3.mozilla.org/update/3/Firefox/12.0a1/20120106040225/Darwin_x86_64-gcc3-u-i386-x86_64-shark/nightly-profiling/Darwin%2010.8.0/default/default/update.xml?force=1

You can then request this URL manually to see what's inside.

Useful preferences

Enabling the following preferences in about:config can help troubleshoot problems with updates:

  • app.update.log - for application updates;
  • extensions.logging.enabled - for add-on updates.

Extension Versioning, Update and Compatibility.