Learn what percentage of OOM crashes happened during the inactive state
Categories
(Firefox :: Tabbed Browser, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: toshi, Assigned: toshi)
References
Details
Attachments
(3 files, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/plain
|
chutten
:
data-review+
|
Details |
(deleted),
text/x-github-pull-request
|
Details |
Currently we don't monitor memory while the user is inactive not to consume CPU power too much. Depending on the percentage of OOM crashes during the inactive state, however, we may consider to continue monitoring memory regardless of the user's active/inactive state. This task is to introduce and analyze crash annotation.
Assignee | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
Comment on attachment 9240863 [details]
data-review-request-bug-1729918
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes.
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, Toshihito Kikuchi is responsible.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does the data collection use a third-party collection tool?
No.
Result: datareview+
Assignee | ||
Comment 3•3 years ago
|
||
This patch adds a crash annotation UserInteractionActive indicating whether
the user interaction state is active or not.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
@Chutten Can you please review the updated data request? The content is almost the same as the previous one except we'll collect an integer instead of a boolean (Question 5).
Comment 5•3 years ago
|
||
Comment on attachment 9243664 [details]
data-review-request-bug-1729918-v2
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes.
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, Toshihito Kikuchi is responsible.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 2, Interaction.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does the data collection use a third-party collection tool?
No.
Result: datareview+
Comment 7•3 years ago
|
||
Backed out changeset cda6b6fe842a (Bug 1729918) for causing buid bustages.
Backout link
Push with failures
Failure Log
Comment 10•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Comment 11•3 years ago
|
||
bugherder |
Comment 12•3 years ago
|
||
Assignee | ||
Comment 13•3 years ago
|
||
Description
•