Closed
Bug 1912071
Opened 11 months ago
Closed 11 months ago
Simplify log construction in TelemetryProbesReporter
Categories
(Core :: Audio/Video, enhancement, P1)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: chunmin, Assigned: chunmin)
Details
Attachments
(2 files)
- In
nsPrintfCString
, we can probably use%lf
for logging a double number instead of converting it to%s
Append(nsPrintfCString{...})
can be replaced byAppendPrintf(...)
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
Depends on D218758
Pushed by cchang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/23bda0fcbf53
Remove unnecessary std::to_string in TelemetryProbesReporter r=media-playback-reviewers,padenot
https://hg.mozilla.org/integration/autoland/rev/10bf38d18a83
Replace Append(nsPrintfCString{*}) by AppendPrintf(*) r=media-playback-reviewers,padenot
Comment 4•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/23bda0fcbf53
https://hg.mozilla.org/mozilla-central/rev/10bf38d18a83
Status: NEW → RESOLVED
Closed: 11 months ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•