Bug 1278556 - Enable the support for "record_in_process" in Scalars.yaml. r=gfritzsche
MozReview-Commit-ID: BP2sADn0ELc
This commit is contained in:
@@ -40,11 +40,12 @@ def write_scalar_info(scalar, output, name_index, expiration_index):
|
||||
if cpp_guard:
|
||||
print("#if defined(%s)" % cpp_guard, file=output)
|
||||
|
||||
print(" {{ {}, {}, {}, {}, {} }},"\
|
||||
print(" {{ {}, {}, {}, {}, {}, {} }},"\
|
||||
.format(scalar.nsITelemetry_kind,
|
||||
name_index,
|
||||
expiration_index,
|
||||
scalar.dataset,
|
||||
" | ".join(scalar.record_in_processes_enum),
|
||||
"true" if scalar.keyed else "false"),
|
||||
file=output)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user