Closed
Bug 1723604
Opened 4 years ago
Closed 4 years ago
Include memory_watcher data in Mac event pings
Categories
(Firefox :: Tabbed Browser, enhancement)
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: haik, Assigned: haik)
Details
Attachments
(2 files)
Bug 1723604 - Patch 1 - Refactor the MacMemoryPressureLevel enum into a basic class r?#mac-reviewers
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
With the fix for bug 1714382, on macOS, Firefox listens for memory pressure events sent from the OS but does not yet react to the events apart from adding crash report annotations.
This bug is to cover enabling the telemetry event data for Mac when memory pressure events occur. Specifically, data is added to the event ping when the system exits a memory pressure level and transitions to normal.
This will use the telemetry support added in 1715858 that is already in use on Windows.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → haftandilian
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Record duration of memory pressure periods in event pings using the support added in bug 1715858.
Depends on D121794
Pushed by haftandilian@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2ad88c75df42
Patch 1 - Refactor the MacMemoryPressureLevel enum into a basic class r=mac-reviewers,bradwerth
https://hg.mozilla.org/integration/autoland/rev/ae11d50c4026
Patch 2 - Include memory_watcher data in Mac event pings r=mac-reviewers,bradwerth
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2ad88c75df42
https://hg.mozilla.org/mozilla-central/rev/ae11d50c4026
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•