Confirmed users
924
edits
| Line 135: | Line 135: | ||
Note that, even though the interval is set to 10, it can take several minutes for it to ping. I've found that closing Fennec (by opening the menu and hitting Quit, not just hitting the Home button) and re-opening it makes it ping shortly after start. | Note that, even though the interval is set to 10, it can take several minutes for it to ping. I've found that closing Fennec (by opening the menu and hitting Quit, not just hitting the Home button) and re-opening it makes it ping shortly after start. | ||
= Logging States = | |||
Enable logging to help debug via the browser console: | |||
* open a new tab and type '''about:config''' into the URL | |||
* change the <code>extensions.logging.enabled</code> preference from <code>false</code> to <code>true</code> | |||
* open the browser console using the steps from [[Blocklisting/Testing#Forcing_a_Blocklist_Ping|Forcing a Blocklist Ping]] and force a ping | |||
You'll receive similar output via the browser console: | |||
Blocklist state for firefox-devedition@mozilla.org@personas.mozilla.org changed from 0 to 0 | |||
Blocklist state for Shockwave Flash changed from 0 to 4 | |||
The definitions of each state can be found in the following [https://mxr.mozilla.org/mozilla-central/source/xpcom/system/nsIBlocklistService.idl#15 source file] | |||
= Upgrade Testing = | = Upgrade Testing = | ||