Closed
Bug 1922524
Opened 1 year ago
Closed 1 year ago
Get the initial values for the `GleanDebugToolsStore` from the Glean SDK
Categories
(Firefox for Android :: Experimentation and Telemetry, defect)
Tracking
()
RESOLVED
FIXED
135 Branch
| Tracking | Status | |
|---|---|---|
| firefox135 | --- | fixed |
People
(Reporter: npoon, Assigned: npoon)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group4])
Attachments
(1 file)
Bug 1921976 will allow us to get the current debug view tag and current log pings to console values. When the GleanDebugToolsStore is initialized, there is a default value of "" set to the debugViewTag and a default value of false set to logPingsToConsoleEnabled. These values are not necessarily correct. Initialize the store with the values obtained from the Glean API once the aforementioned bug has been completed
| Assignee | ||
Updated•1 year ago
|
Severity: -- → S4
Type: task → defect
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [fxdroid][group4]
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → npoon
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by npoon@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/41deca2602e9
Get the initial values for the `GleanDebugToolsStore` from the Glean SDK r=android-reviewers,jonalmeida
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•