Closed
Bug 1900308
Opened 6 months ago
Closed 6 months ago
Delay gleanEnableLogging until Glean is initialized
Categories
(Data Platform and Tools :: Glean: SDK, enhancement, P2)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: janerik, Assigned: janerik)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
gleanEnableLogging
calls into glean-core and thus loads the underlying native library. We should avoid doing that until needed.
We would not get some early logging, but that's mostly a downside for us devs; we can always add that in local testing if needed.
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•