Closed
Bug 1713327
Opened 4 years ago
Closed 4 years ago
Use MOZ_DIAGNOSTIC_ASSERT in InputPriorityController::DidRunTask instead of MOZ_CRASH
Categories
(Core :: Performance: General, enhancement)
Core
Performance: General
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: sefeng211, Assigned: sefeng211)
References
Details
Crash Data
Attachments
(1 file)
I just noticed we still had some crashes with [@ mozilla::InputTaskManager::DidRunTask ] signature, although the volume is low.
We should use MOZ_DIAGNOSTIC_ASSERT for the investigation, however, there's no need to crash the browser.
| Assignee | ||
Updated•4 years ago
|
Whiteboard: [qf-]
| Assignee | ||
Comment 1•4 years ago
|
||
We should use MOZ_DIAGNOSTIC_ASSERT for the investigation, however, there's no need to crash the browser.
Updated•4 years ago
|
Assignee: nobody → sefeng
Status: NEW → ASSIGNED
Pushed by sefeng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ff0530dd4e41
Use MOZ_DIAGNOSTIC_ASSERT in InputPriorityController::DidRunTask instead of MOZ_CRASH r=smaug
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•4 years ago
|
Performance Impact: --- → -
Whiteboard: [qf-]
You need to log in
before you can comment on or make changes to this bug.
Description
•