Closed
Bug 1086994
Opened 9 years ago
Closed 9 years ago
Enable crash handling in search activity
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(firefox35 wontfix, firefox36 fixed, fennec35+)
RESOLVED
FIXED
Firefox 36
People
(Reporter: jchen, Assigned: jchen)
Details
Attachments
(1 file)
3.11 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
We should turn on crash handling in search activity, which can run independently of Gecko.
Assignee | ||
Comment 1•9 years ago
|
||
SearchActivity already has a dependency on GeckoAppShell through Telemetry. Because GeckoAppShell automatically registers a crash handler when it's initialized, we can just rely on it to handle search activity crashes. This patch simply adds a stub method in GeckoAppShell, so that we explicitly load the class on search activity creation (instead of implicitly loading it through Telemetry).
Attachment #8509045 -
Flags: review?(margaret.leibovic)
Comment 2•9 years ago
|
||
Comment on attachment 8509045 [details] [diff] [review] Enable crash handling in search activity (v1) Review of attachment 8509045 [details] [diff] [review]: ----------------------------------------------------------------- Sounds reasonable to me.
Attachment #8509045 -
Flags: review?(margaret.leibovic) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/c16d0c10a89b
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c16d0c10a89b
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 36
Comment 6•9 years ago
|
||
Comment on attachment 8509045 [details] [diff] [review] Enable crash handling in search activity (v1) Approval Request Comment [Feature/regressing bug #]: search activity [User impact if declined]: we might miss crash reports from search activity [Describe test coverage new/current, TBPL]: no automated tests, baked on m-c [Risks and why]: low-risk, small change to make sure crash handled is initialized when search activity is created [String/UUID change made/needed]: none
Attachment #8509045 -
Flags: approval-mozilla-aurora?
Updated•9 years ago
|
Attachment #8509045 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/63bc9380161
status-firefox35:
--- → fixed
status-firefox36:
--- → fixed
Comment 8•9 years ago
|
||
Backed out for bustage. I'm guessing this needs bug 1043457 to be uplifted as well? https://hg.mozilla.org/releases/mozilla-aurora/rev/dd2f144cdf44 https://treeherder.mozilla.org/ui/logviewer.html#?job_id=398913&repo=mozilla-aurora
Comment 9•9 years ago
|
||
(In reply to [Away 18-Nov to 23-Nov] Ryan VanderMeulen [:RyanVM UTC-5] from comment #8) > Backed out for bustage. I'm guessing this needs bug 1043457 to be uplifted > as well? > https://hg.mozilla.org/releases/mozilla-aurora/rev/dd2f144cdf44 > > https://treeherder.mozilla.org/ui/logviewer.html#?job_id=398913&repo=mozilla- > aurora Oh, I'm sorry, I should have looked at the dependencies more closely. If the crash handling changes aren't in 35, I don't think we need to uplift this change as well. I just assumed that this should be uplifted as part of the search activity feature, which is new in 35.
Comment 10•9 years ago
|
||
Setting Fx35 to wontfix per comment 9. Feel free to change that back if there's disagreement.
Updated•9 years ago
|
Attachment #8509045 -
Flags: approval-mozilla-aurora+
Updated•3 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•