Closed
Bug 1180533
Opened 9 years ago
Closed 9 years ago
Disable BackgroundHangMonitor on gonk
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
People
(Reporter: fabrice, Assigned: fabrice)
Details
Attachments
(1 file)
926 bytes,
patch
|
vladan
:
review+
jocheng
:
approval-mozilla-b2g37+
|
Details | Diff | Splinter Review |
This is causing too many wakeups and hurts battery life, and we have people doogfooding on non-released channels so we need to force it off on gonk.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8629717 -
Flags: review?(vdjeric)
Comment 2•9 years ago
|
||
Comment on attachment 8629717 [details] [diff] [review]
background-hang-monitor.patch
Review of attachment 8629717 [details] [diff] [review]:
-----------------------------------------------------------------
::: xpcom/threads/moz.build
@@ +59,5 @@
> '/tools/profiler',
> ]
>
> # BHR disabled for Release builds because of bug 965392.
> # BHR disabled for debug builds because of bug 979069.
add another comment linking to this bug
Attachment #8629717 -
Flags: review?(vdjeric) → review+
Comment 4•9 years ago
|
||
Just my 2p: it might have been worth adding a comment as to why we're disabling the monitor on b2g.
Comment 5•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Comment 6•9 years ago
|
||
I know it's late but nominating for v2.2+ nevertheless because the fix is trivial and the problem quite severe when it manifests itself.
blocking-b2g: --- → 2.2?
Comment 7•9 years ago
|
||
Thanks Fabrice,
Do you mind raise the uplift request for 2.2? Thanks!
blocking-b2g: 2.2? → 2.2+
status-b2g-v2.2:
--- → affected
status-b2g-v2.2r:
--- → affected
status-b2g-master:
--- → fixed
Flags: needinfo?(fabrice)
Comment 8•9 years ago
|
||
Also NI 2.2r EPM Wesley as this also required for 2.2r.
Flags: needinfo?(whuang)
Comment 9•9 years ago
|
||
Yes. Would like to pick 2.2+ blockers to 2.2r as well.
Flags: needinfo?(whuang)
Assignee | ||
Comment 10•9 years ago
|
||
Comment on attachment 8629717 [details] [diff] [review]
background-hang-monitor.patch
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined: battery life suffers.
Testing completed:
Risk to taking this patch (and alternatives if risky): none
String or UUID changes made by this patch: none
Flags: needinfo?(fabrice)
Attachment #8629717 -
Flags: approval‑mozilla‑b2g37_v2_2r?
Attachment #8629717 -
Flags: approval-mozilla-b2g37?
Comment 11•9 years ago
|
||
Comment on attachment 8629717 [details] [diff] [review]
background-hang-monitor.patch
We're doing v2.2->v2.2r merges still.
Attachment #8629717 -
Flags: approval‑mozilla‑b2g37_v2_2r?
Updated•9 years ago
|
Attachment #8629717 -
Flags: approval-mozilla-b2g37? → approval-mozilla-b2g37+
Comment 12•9 years ago
|
||
Comment 13•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•