QA/Telemetry/BrowserConsoleCommands: Difference between revisions

From MozillaWiki
< QA‎ | Telemetry
Jump to navigation Jump to search
Line 18: Line 18:
** extract the current telemetry payload and add it into the clipboard (paste into a text editor)
** extract the current telemetry payload and add it into the clipboard (paste into a text editor)
*** Link to code: https://pastebin.mozilla.org/5513893
*** Link to code: https://pastebin.mozilla.org/5513893
* '''Run Maintenance Task'''
** force firefox to run the maintenance task
*** Link to code: http://pastebin.mozilla.org/5545427

Revision as of 19:27, 11 July 2014

Quick Summary

The following document will list several commands and pieces of code that you can insert into the browser console to extract more information from the experiment system. With this information, you'll be able to take a deeper look at the data and debug/test more reliably.

Enabling Logging

Please visit and review the following document:

Browser Console Commands