Open
Bug 1828852
Opened 2 years ago
Override libwebrtc's WriteFatalLog to annotate MOZ_CRASH
Categories
(Core :: WebRTC, task, P3)
Core
WebRTC
Tracking
()
NEW
People
(Reporter: pehrsons, Unassigned)
References
Details
The default implementation of WriteFatalLog calls abort()
. If we could use MOZ_CRASH_UNSAFE
instead we'd get crash reason annotations for free in crash reports.
Note that using MOZ_CRASH_UNSAFE needs data review.
You need to log in
before you can comment on or make changes to this bug.
Description
•