Closed
Bug 1989407
Opened 3 months ago
Closed 1 month ago
Reorganize and clean up crash annotation generation
Categories
(Toolkit :: Crash Reporting, task)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: afranchuk, Assigned: afranchuk)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Now that we're generating crash annotations for multiple languages, it makes sense to move the various template files and generation logic to its own folder and refine the generation script.
| Assignee | ||
Updated•3 months ago
|
Severity: -- → S3
| Assignee | ||
Comment 1•3 months ago
|
||
This leaves CrashAnnotations.yaml where it was to not confuse people
and tooling looking for it.
| Assignee | ||
Comment 2•3 months ago
|
||
Since the Java/Kotlin implementation worked based on the file extension,
I figured it could work that way for everything.
Pushed by afranchuk@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c3a572f0d612
https://hg.mozilla.org/integration/autoland/rev/4de34ef1eedf
p1 - Move annotations-related things to their own folder. r=gsvelto,geckoview-reviewers,nalexander
https://github.com/mozilla-firefox/firefox/commit/8e2e7fe54e53
https://hg.mozilla.org/integration/autoland/rev/6d6edfef0d4a
p2 - Refactor generation script to have one entry point. r=geckoview-reviewers,nalexander
Comment 4•1 month ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4de34ef1eedf
https://hg.mozilla.org/mozilla-central/rev/6d6edfef0d4a
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c147/b146]
You need to log in
before you can comment on or make changes to this bug.
Description
•