Closed
Bug 838625
Opened 10 years ago
Closed 10 years ago
Add disabled-by-default logcat logging to ProcessPriorityManager and improve the logging a bit
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: justin.lebar+bug, Unassigned)
Details
Attachments
(2 files, 1 obsolete file)
1.01 KB,
patch
|
cjones
:
review+
bajaj
:
approval-mozilla-b2g18+
|
Details | Diff | Splinter Review |
3.58 KB,
patch
|
cjones
:
review+
bajaj
:
approval-mozilla-b2g18+
|
Details | Diff | Splinter Review |
It would be helpful to me if we had a simple way to enable ProcessPriorityManager logcat logging. Rather than permanently keep this patch in my queue, I'd prefer to check it in.
Reporter | ||
Comment 1•10 years ago
|
||
Attachment #710718 -
Flags: review?(jones.chris.g)
Reporter | ||
Comment 2•10 years ago
|
||
Fixed a comment
Attachment #710760 -
Flags: review?(jones.chris.g)
Reporter | ||
Comment 3•10 years ago
|
||
Attachment #710718 -
Attachment is obsolete: true
Attachment #710718 -
Flags: review?(jones.chris.g)
Attachment #710761 -
Flags: review?(jones.chris.g)
Reporter | ||
Updated•10 years ago
|
Summary: Add disabled-by-default logcat logging to ProcessPriorityManager → Add disabled-by-default logcat logging to ProcessPriorityManager and improve the logging a bit
Comment on attachment 710760 [details] [diff] [review] Patch, v2: Add logcat logging to ProcessPriorityManager. (Obligatory grumble about sad state of logging, but not your fault.)
Attachment #710760 -
Flags: review?(jones.chris.g) → review+
Updated•10 years ago
|
Attachment #710761 -
Flags: review?(jones.chris.g) → review+
Reporter | ||
Comment 5•10 years ago
|
||
Comment on attachment 710760 [details] [diff] [review] Patch, v2: Add logcat logging to ProcessPriorityManager. [Approval Request Comment] Zero-risk change; all of this code is off by default. You have to modify the code (remove an |#if 0|) in order to enable it. This code is helpful for my continued debugging of bug 836199, a tef blocker.
Attachment #710760 -
Flags: approval-mozilla-b2g18?
Reporter | ||
Comment 6•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/35cc0b94300b https://hg.mozilla.org/integration/mozilla-inbound/rev/41ce5bbd6859
Reporter | ||
Updated•10 years ago
|
Attachment #710761 -
Flags: approval-mozilla-b2g18?
Comment 7•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/41ce5bbd6859 https://hg.mozilla.org/mozilla-central/rev/35cc0b94300b
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
Updated•10 years ago
|
status-b2g18:
--- → affected
status-b2g18-v1.0.0:
--- → wontfix
Updated•10 years ago
|
Attachment #710760 -
Flags: approval-mozilla-b2g18? → approval-mozilla-b2g18+
Updated•10 years ago
|
Attachment #710761 -
Flags: approval-mozilla-b2g18? → approval-mozilla-b2g18+
Comment 8•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g18/rev/76904864da98 https://hg.mozilla.org/releases/mozilla-b2g18/rev/d90d3cb30e06
Comment 9•10 years ago
|
||
Batch edit: Bugs fixed on b2g18 after 1/25 merge to v1.0 branch are fixed on v1.0.1 branch.
status-b2g18-v1.0.1:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•