Bug 1901798 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Some `#ifndef ANDROID` 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.
Some `#ifndef ANDROID` 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.
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.
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 "Depends on" patches applied.

Note that this bug should not be addressed until the ongoing Glean issues are resolved.
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 "Depends on" patches introduced.

Note that this bug should not be addressed until the ongoing Glean issues are resolved.

Back to Bug 1901798 Comment 0