Closed
Bug 1346203
Opened 8 years ago
Closed 8 years ago
CANVAS_WEBGL_FAILURE_ID records values using empty keys
Categories
(Core :: Graphics: Layers, enhancement, P1)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: Dexter, Assigned: Dexter)
References
(Blocks 1 open bug)
Details
(Whiteboard: [measurement:client][gfx-noted])
Attachments
(1 file)
With bug 1334469 we're disallowing using empty keys to record data in Telemetry keyed histograms.
It seems that this histogram is recording values using empty keys (see bug 1334469 comment 20).
For some reason, |failureId| and/or |cur.key| are empty [1]. We should fix the problem by using a non-empty key here and investigate why and empty key is used in the first place.
[1] - http://searchfox.org/mozilla-central/rev/7cb75d87753de9103253e34bc85592e26378f506/dom/canvas/WebGLContext.cpp#878,939,1014
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [gfx-noted]
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → alessio.placitelli
Priority: P3 → P1
Whiteboard: [gfx-noted] → [measurement:client][gfx-noted]
Assignee | ||
Comment 3•8 years ago
|
||
I too this bug so that we can move on and land bug 1334469, when ready! :-)
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8860381 [details]
Bug 1346203 - Don't use an empty key for accumulating in CANVAS_WEBGL_FAILURE_ID.
https://reviewboard.mozilla.org/r/132396/#review135300
Attachment #8860381 -
Flags: review?(jmuizelaar) → review+
Pushed by alessio.placitelli@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6ca43af8102f
Don't use an empty key for accumulating in CANVAS_WEBGL_FAILURE_ID. r=jrmuizel
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•8 years ago
|
Flags: needinfo?(howareyou322)
You need to log in
before you can comment on or make changes to this bug.
Description
•