Skip to content

Commit

Permalink
Bug 1870277 - Include failure message when a feature is marked as fai…
Browse files Browse the repository at this point in the history
…led. r=aosmond

This will help us figure out why things are failing in telemetry

Differential Revision: https://phabricator.services.mozilla.com/D196576

UltraBlame original commit: 8fd04cb03fbd84435d9834d1de340c2f64e013bb
  • Loading branch information
marco-c committed Dec 16, 2023
1 parent f098dfd commit 1120f42
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions gfx/config/gfxFeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,34 @@ get
;
break
;
case
FeatureStatus
:
:
Failed
:
status
.
AppendPrintf
(
"
%
s
:
%
s
"
FeatureStatusToString
(
value
)
GetFailureMessage
(
)
)
;
break
;
default
:
status
Expand Down

0 comments on commit 1120f42

Please sign in to comment.