Closed
Bug 1867798
Opened 2 years ago
Closed 2 years ago
List the values of crash annotations that should not be included in a crash report
Categories
(Toolkit :: Crash Reporting, task)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
References
Details
Attachments
(1 file)
Some annotations should be included only when they have certain values (e.g. OOMAllocationSize is non-zero) but we enforce this purely through code. As we move to a pull model we need generic code that would deal with this, so we should add the values that should be ignored to the annotation list.
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D194976
Updated•2 years ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Comment 2•2 years ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 2 weeks.
:gsvelto, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Flags: needinfo?(gsvelto)
Flags: needinfo?(afranchuk)
Updated•2 years ago
|
Flags: needinfo?(afranchuk)
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cbb5c6b8df63
Add a mechanism to establish if a crash annotation should be included based on its value r=afranchuk
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(gsvelto)
You need to log in
before you can comment on or make changes to this bug.
Description
•