Closed
Bug 1247637
Opened 9 years ago
Closed 9 years ago
crash in android.content.ActivityNotFoundException: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox45 unaffected, firefox46 unaffected, firefox47 verified)
VERIFIED
FIXED
Firefox 47
Tracking | Status | |
---|---|---|
firefox45 | --- | unaffected |
firefox46 | --- | unaffected |
firefox47 | --- | verified |
People
(Reporter: cirdeiliviu, Assigned: nalexander)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
This bug was filed from the Socorro interface and is
report bp-0794b8d9-b94a-4be7-81e0-b80482160211.
=============================================================
Steps to reproduce:
1. Open Nightly 47.0a1 on Android device.
2. From Menu go to "Settings".
3. Sign in with a Firefox account and click on your account.
4. Scroll down and click "Terms of Service" or "Privacy Notice".
Actual Result: Nightly crashes every time.
Expected Result: Terms of Service / Privacy Notice pages open successfully.
Comment 1•9 years ago
|
||
regression window:
mozilla-central:
good build: 05-02-2016
bad build: 06-02-2016
pushlog: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=1dbe350b57b17ec1ce2887441b79c6f51b429378&tochange=4295f9951e9331a2f2bd0a8ea8c4ad73af141a7b
Keywords: regressionwindow-wanted
Comment 2•9 years ago
|
||
This looks like it's related to the changes in bug 1242213.
Flags: needinfo?(nalexander)
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Sebastian Kaspari (:sebastian) from comment #2)
> This looks like it's related to the changes in bug 1242213.
Gah! You are totally right, I forgot to purge a .App usage. Thought this went with the Old Sync stuff, but it didn't: https://dxr.mozilla.org/mozilla-central/source/mobile/android/services/strings.xml.in#103.
Assignee | ||
Comment 4•9 years ago
|
||
This fixes a crash, since Bug 1242213 removed the .App
<activity-alias> that browser_intent_class references.
I debated just updating the strings, and decided that it was best to
remove a pattern that is used only once in our codebase, even though
it moves more functionality to code.
Review commit: https://reviewboard.mozilla.org/r/34563/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/34563/
Attachment #8718419 -
Flags: review?(s.kaspari)
Comment 5•9 years ago
|
||
Comment on attachment 8718419 [details]
MozReview Request: Bug 1247637 - Remove browser_intent_*; use ActivityUtils to open FxA links. r?sebastian
https://reviewboard.mozilla.org/r/34563/#review31247
Attachment #8718419 -
Flags: review?(s.kaspari) → review+
Comment 7•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 47
Comment 8•9 years ago
|
||
Verified as fixed using:
Device: Nexus 6 (Android 6.0)
Build: Firefox for Android 47.0a1 (2016-02-14)
Status: RESOLVED → VERIFIED
Updated•4 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
•