Closed
Bug 857242
Opened 12 years ago
Closed 12 years ago
Make profiler verbosity on desktop be runtime-selectable
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: jseward, Assigned: jseward)
References
Details
Attachments
(1 file)
(deleted),
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
Bug 850833 disables SPS-side logging on desktop, requiring a rebuild
with SPS_FORCE_LOG set to turn it back on. This makes it difficult to
diagnose unwinder failures in nightly builds.
Hence, get rid of SPS_FORCE_LOG, and add another environment variable
MOZ_PROFILER_VERBOSE, which when set causes the old level of logging
to be resumed. When unset (the default) the profiler remains at its
post-850833 level of verbosity.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #732697 -
Flags: review?(bgirard)
Updated•12 years ago
|
Attachment #732697 -
Flags: review?(bgirard) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Assignee: nobody → jseward
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•