Add Telemetry environment and failure tracking for Advanced Layers. (bug 1365879 part 23, r=milan, data_r=bsmedberg)

This commit is contained in:
David Anderson
2017-06-23 14:23:13 -07:00
parent be1ec99ec3
commit af80b26651
5 changed files with 45 additions and 0 deletions

View File

@@ -197,6 +197,9 @@ Structure:
gpuProcess: { // Out-of-process compositing ("GPU process") feature
status: <string>, // "Available" means currently in use
},
advancedLayers: { // Advanced Layers compositing. Only present if D3D11 enabled.
status: <string>, // See the status codes above.
},
},
},
},