Open
Bug 1901798
Opened 3 months ago
Updated 6 hours ago
Remove #ifndef ANDROID blocks after the ongoing glean performance impact on android gets addressed
Categories
(Core :: Networking, task, P2)
Core
Networking
Tracking
()
NEW
People
(Reporter: sekim, Unassigned)
References
(Depends on 4 open bugs, Blocks 2 open bugs, )
Details
(Keywords: leave-open, Whiteboard: [necko-triaged][necko-priority-monitor])
Some #ifndef ANDROID
(#[cfg(not(target_os = "android"))]
in Rust) blocks have been added to prevent ongoing performance impacts on Android. Once this issue is addressed, we will need to remove these blocks to enable telemetry on Android.
The task is to simply remove
#ifndef ANDROID
...
#endif
blocks that the patches applied.
Note that this bug should not be addressed until the ongoing Glean issues are resolved.
Blocks: necko-glean, necko-tech-debt
Keywords: leave-open
Updated•3 months ago
|
Priority: -- → P2
Whiteboard: [necko-triaged][necko-priority-monitor]
You need to log in
before you can comment on or make changes to this bug.
Description
•