Closed
Bug 1462678
Opened 7 years ago
Closed 6 years ago
submitCrash(Intent intent) : Dead local store on crashId
Categories
(GeckoView :: General, defect, P3)
Tracking
(firefox-esr52 wontfix, firefox-esr60 wontfix, firefox61 wontfix, firefox62 wontfix, firefox63 fixed)
RESOLVED
FIXED
mozilla63
People
(Reporter: Sylvestre, Assigned: arshadkazmi42, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, good-first-bug, Whiteboard: [CID 277696])
Attachments
(1 file)
This line is very likely useless:
https://dxr.mozilla.org/mozilla-central/source/mobile/android/geckoview/src/main/java/org/mozilla/gecko/CrashReporterService.java#150
Updated•7 years ago
|
OS: Unspecified → Android
Priority: -- → P3
Assignee | ||
Comment 1•7 years ago
|
||
Can I take this up? Is it available for grab?
Flags: needinfo?(sledru)
Flags: needinfo?(cpeterson)
Comment 2•7 years ago
|
||
Hi Arshad, thanks for your interest! Have you built Firefox for Android before? The first step for fixing this bug is download and build the code. Here are instructions:
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_for_Android_build
Flags: needinfo?(sledru)
Flags: needinfo?(cpeterson)
Assignee | ||
Comment 3•6 years ago
|
||
Hey Chris,
I have one doubt.
So I already have a Desktop build running in my laptop. Is it possible to have android build also with the same folder in which my desktop build is running?
Flags: needinfo?(cpeterson)
Assignee | ||
Comment 4•6 years ago
|
||
done with the android artifact setup.
Any specific things I need to follow? or just have to open android code in android studio and make changes?
Reporter | ||
Comment 5•6 years ago
|
||
Correct :)
Also, as the code changed, the correct line is now:
https://dxr.mozilla.org/mozilla-central/source/mobile/android/geckoview/src/main/java/org/mozilla/gecko/CrashReporterService.java#200
final String crashId = passedMinidumpName.substring(0, passedMinidumpName.length() - 4);
Reporter | ||
Updated•6 years ago
|
Flags: needinfo?(cpeterson)
Assignee | ||
Comment 6•6 years ago
|
||
I made the changes, but getting some issues during build in android studio.
Is there some docs to generate apk using 'mach' or anyother tool for that, to verify my fix?
Flags: needinfo?(sledru)
Reporter | ||
Comment 7•6 years ago
|
||
you should fix the build issues first.
Then, see https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_for_Android_build#Deploy_Firefox_to_an_Android_device :)
Flags: needinfo?(sledru)
Assignee | ||
Comment 8•6 years ago
|
||
I am getting this error
Building with Gradle is only supported for Fennec, i.e., MOZ_BUILD_APP == 'mobile/android'.
Am I missing something from setup docs?
Flags: needinfo?(sledru)
Reporter | ||
Comment 9•6 years ago
|
||
yes, please read the doc that Chris shared with you.
Flags: needinfo?(sledru)
Assignee | ||
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
finally done with the build and completed the fix.
Pushed the code to phabricator for review
Whom should I add as reviewer?
Flags: needinfo?(sledru)
Reporter | ||
Comment 12•6 years ago
|
||
You will find the information here :)
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Introduction#Step_4_Get_your_code_reviewed
(I am not lazy, I am giving you pointers for you to understand how to do it :)
Flags: needinfo?(sledru)
Assignee | ||
Comment 13•6 years ago
|
||
So I found two reviewers from previous commits to the same file.
:jchen && :snorp
Go to add them & you :sylvestre (as you are assigned mentor)
as reviewers for my code push
Flags: needinfo?(sledru)
Reporter | ||
Updated•6 years ago
|
Assignee: nobody → arshadkazmi42
Flags: needinfo?(sledru)
Updated•6 years ago
|
status-firefox61:
--- → wontfix
status-firefox62:
--- → wontfix
status-firefox63:
--- → affected
status-firefox-esr52:
--- → wontfix
status-firefox-esr60:
--- → wontfix
Comment 14•6 years ago
|
||
Comment on attachment 9004075 [details]
Bug 1462678 - Remove an unused call in the android CrashReporterService
Jim Chen [:jchen] [:darchons] has approved the revision.
Attachment #9004075 -
Flags: review+
Updated•6 years ago
|
Attachment #9004075 -
Attachment description: Bug 1462678 - Removed unused code from Gecko → Bug 1462678 - Remove an unused call in the android CrashReporterService
Comment 15•6 years ago
|
||
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/48ca12e943f5
Removed unused code from Gecko r=jchen
Comment 16•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Keywords: coverity,
good-first-bug
Target Milestone: Firefox 63 → mozilla63
Updated•6 years ago
|
Keywords: coverity,
good-first-bug
You need to log in
before you can comment on or make changes to this bug.
Description
•