Open
Bug 1942676
Opened 19 days ago
Updated 19 days ago
Integrate JS_LOG and JS_USE_COUNTERS
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mgaudet, Unassigned)
References
(Blocks 1 open bug)
Details
In my opinion, adding a new use counter to JS_USE_COUNTERS
, and incrementing said counter should be visible via JS_LOG
with no extra effort.
This probably means each counter should automatically get its own JS_LOG
channel, then we can access these increments via MOZ_LOG
You need to log in
before you can comment on or make changes to this bug.
Description
•