Open
Bug 1754876
Opened 4 years ago
Updated 4 years ago
In ContentParent CollectReports(), we should count the number of messages in the IPC Channel
Categories
(Core :: DOM: Content Processes, task, P3)
Core
DOM: Content Processes
Tracking
()
NEW
People
(Reporter: jesup, Unassigned)
Details
Unsound_NumQueuedMessages had always returned 0. This bug is for making an working APi to get the number of messages and using it in CollectReports().
Likely very low priority.
Updated•4 years ago
|
Type: defect → task
Priority: -- → P3
Summary: In ContentParent CollectReports(), we don't count the number of messages in the IPC Channel → In ContentParent CollectReports(), we should count the number of messages in the IPC Channel
Updated•4 years ago
|
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•