Closed
Bug 1236959
Opened 9 years ago
Closed 9 years ago
Error console: TelemetryStopwatch: requesting elapsed time for nonexisting stopwatch. Histogram: "FX_TAB_SWITCH_TOTAL_E10S_MS", key: "null" TelemetryStopwatch.jsm:297:0
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
DUPLICATE
of bug 1233368
Tracking | Status | |
---|---|---|
firefox46 | --- | affected |
People
(Reporter: dholbert, Unassigned)
References
Details
STR:
1. Start Firefox with a fresh profile -- e.g. on Linux:
mkdir /tmp/foo99; firefox -profile /tmp/foo99 -no-remote
2. Open Browser Console (Ctrl+Shift+J)
3. Back in your browser window, open a new tab with Ctrl+T or new-tab button.
ACTUAL RESULTS:
This appears in browser console:
> TelemetryStopwatch: requesting elapsed time for nonexisting
> stopwatch. Histogram: "FX_TAB_SWITCH_TOTAL_E10S_MS", key: "null"
> TelemetryStopwatch.jsm:297:0
EXPECTED RESULTS:
No such error/warning.
I'm using a 64-bit Linux Nightly, 46.0a1 (2016-01-05), with a fresh profile (and e10s is enabled).
Looks like this histogram was added in bug 1156592 [adding dependency].
![]() |
||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•