Closed
Bug 1553935
Opened 6 years ago
Closed 6 years ago
Add a Glean crash count metric to android-components/lib-crash
Categories
(Data Platform and Tools :: Glean: SDK, task, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: travis_, Assigned: travis_)
References
Details
(Whiteboard: [telemetry:mobilesdk:m9] [geckoview:fenix:m8])
Attachments
(2 files)
62 bytes,
text/x-github-pull-request
|
Details | Review | |
3.04 KB,
text/plain
|
chutten
:
data-review+
|
Details |
This instruments the uncaught exception
and native code crash
types that are handled in android-components/lib-crash. This includes adding a Glean CrashReporterService
to handle recording to the counter metrics.
See also bug 1522461 for more crash related info.
Assignee | ||
Comment 1•6 years ago
|
||
This is still a DRAFT PR!
Assignee | ||
Comment 2•6 years ago
•
|
||
Adding data review request as attachment below:
Assignee | ||
Comment 3•6 years ago
|
||
Attachment #9073550 -
Flags: data-review?(liuche)
Assignee | ||
Updated•6 years ago
|
Attachment #9073550 -
Attachment mime type: text/plain → text/markdown
Assignee | ||
Updated•6 years ago
|
Attachment #9073550 -
Attachment mime type: text/markdown → text/plain
Comment 4•6 years ago
|
||
Adding the [geckoview:fenix:m8]
whiteboard tag because we would like to start monitoring Fenix and GeckoView crash rates in Q3.
Whiteboard: [telemetry:mobilesdk:m9] → [telemetry:mobilesdk:m9] [geckoview:fenix:m8]
Assignee | ||
Comment 5•6 years ago
|
||
Adding this question to the d?, as posed by :Dexter
Assignee | ||
Updated•6 years ago
|
Attachment #9073550 -
Flags: data-review?(liuche) → data-review?(chutten)
Comment 6•6 years ago
|
||
Comment on attachment 9073550 [details]
GleanCrashCounts.md
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. This collection is Glean so is documented in its definitions file [metrics.yaml](https://github.com/mozilla-mobile/android-components/tree/master/components/lib/crash).
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. Embedding applications are required to provide user control for data collection.
If the request is for permanent data collection, is there someone who will monitor the data over time?
This will be handled by the embedding application.
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?
Depends on the embedding application.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does there need to be a check-in in the future to determine whether to renew the data?
N/A. This Data Review is for the data collection mechanism, not the collection itself.
---
Result: datareview+
Attachment #9073550 -
Flags: data-review?(chutten) → data-review+
Assignee | ||
Comment 7•6 years ago
|
||
Closing this as the implementation is complete. I've opened Bug 1566169 to track implementing this in the Reference Browser.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•