Closed
Bug 805531
Opened 12 years ago
Closed 12 years ago
Turn off javascript.options.mem.log for b2g
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(firefox18 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox18 | --- | fixed |
People
(Reporter: dhylands, Assigned: dhylands)
Details
Attachments
(1 file)
1.01 KB,
patch
|
gwagner
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Currently, in Firefox OS, one of the largest polluters of the console log are these messages:
CC(T+65519.1) duration: 17ms, suspected: 58, visited: 995 RCed and 1644 GCed, collected: 0 RCed and 0 GCed (0 waiting for GC)
ForgetSkippable 3 times before CC, min: 1 ms, max: 1 ms, avg: 1 ms, total: 3 ms, removed: 200
CC(T+65645.7) duration: 16ms, suspected: 15, visited: 885 RCed and 1644 GCed, collected: 0 RCed and 0 GCed (0 waiting for GC)
ForgetSkippable 2 times before CC, min: 0 ms, max: 0 ms, avg: 0 ms, total: 1 ms, removed: 94
CC(T+65774.1) duration: 17ms, suspected: 58, visited: 1081 RCed and 1644 GCed, collected: 0 RCed and 0 GCed (0 waiting for GC)
ForgetSkippable 3 times before CC, min: 0 ms, max: 1 ms, avg: 1 ms, total: 3 ms, removed: 211
These messages are controlled by the javascript.options.mem.log pref, which is set to true in b2g/app/b2g.js.
We should disable this by default, since most people (that I'm aware of) find these messages annoying.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #675216 -
Flags: review?(anygregor)
Updated•12 years ago
|
Attachment #675216 -
Flags: review?(anygregor) → review+
Updated•12 years ago
|
Assignee: nobody → dhylands
Assignee | ||
Comment 2•12 years ago
|
||
Pushed to inbound
https://hg.mozilla.org/integration/mozilla-inbound/rev/f35ce23ddfc8
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
blocking-basecamp: --- → ?
Assignee | ||
Updated•12 years ago
|
blocking-basecamp: ? → ---
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 675216 [details] [diff] [review]
Turn off javascript.options.mem.log
Review of attachment 675216 [details] [diff] [review]:
-----------------------------------------------------------------
fabrice suggested that I get aurora approval, so I'm doing that.
This particular patch only affects b2g.
Attachment #675216 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #675216 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 5•12 years ago
|
||
Pushed to aurora
https://hg.mozilla.org/releases/mozilla-aurora/rev/755aec5090b9
Updated•12 years ago
|
status-firefox18:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•