Closed Bug 1912071 Opened 11 months ago Closed 11 months ago

Simplify log construction in TelemetryProbesReporter

Categories

(Core :: Audio/Video, enhancement, P1)

enhancement

Tracking

()

RESOLVED FIXED
131 Branch
Tracking Status
firefox131 --- fixed

People

(Reporter: chunmin, Assigned: chunmin)

Details

Attachments

(2 files)

  1. In nsPrintfCString, we can probably use %lf for logging a double number instead of converting it to %s
  2. Append(nsPrintfCString{...}) can be replaced by AppendPrintf(...)
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
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: