Confirmed users
924
edits
| Line 33: | Line 33: | ||
= Using Commands inside Browser Console = | = Using Commands inside Browser Console = | ||
You can also retrieve some logging information by inserting the following commands into the Browser Console: | |||
Import '''TelemetryLog.jsm''' in the Browser Console using the following command: | |||
* Command: Cu.import("resource://gre/modules/TelemetryLog.jsm"); | |||
One you've imported '''TelemetryLog.jsm''', you can retrieve the logs using the following command: | |||
* TelemetryLog.entries().toSource(); | |||