Closed
Bug 1476352
Opened 7 years ago
Closed 7 years ago
Building Fennec fails with crash reporting off
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: gabriel-v, Assigned: petru)
References
Details
Attachments
(1 file)
Steps to reproduce: trigger a clean 'mach build' with crash reporting off (no value set in mozconfig). The build fails with the message:
0:35.59 /Users/tudor-gabriel/repos/mozilla-unified-2/mobile/android/geckoview/src/main/java/org/mozilla/gecko/CrashHandler.java:307: error: cannot
find symbol
0:35.59 CrashReporterService.enqueueWork(context, intent);
0:35.59 ^
0:35.59 symbol: variable CrashReporterService
0:35.59 location: class CrashHandler
This is because CrashReporterService.java is excluded from the sourceSet here:
https://searchfox.org/mozilla-central/rev/6f86cc3479f80ace97f62634e2c82a483d1ede40/mobile/android/geckoview/build.gradle#143
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → petru.lingurar
Status: NEW → ASSIGNED
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8992969 [details]
Bug 1476352 - Building Fennec fails with crash reporting off;
https://reviewboard.mozilla.org/r/257800/#review264738
Attachment #8992969 -
Flags: review+
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/b694e11fc7ed
Building Fennec fails with crash reporting off; r=jchen
Keywords: checkin-needed
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
petru, you don't need a review here, right? if so you can close the associated mozreview?
Flags: needinfo?(petru.lingurar)
| Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(petru.lingurar)
Attachment #8992969 -
Flags: review?(sdaswani)
Updated•5 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
•