Closed Bug 1950851 Opened 18 days ago Closed 11 days ago

FOG might run Glean init on shutdown on Android

Categories

(Toolkit :: Telemetry, task, P1)

task

Tracking

()

RESOLVED INVALID

People

(Reporter: janerik, Assigned: travis_)

References

Details

FOG unconditionally sets up a RunOnShutdown callback, which in turn might call fog_init on shutdown if FOG has not been initialized.
fog_init on Android should not be called. It exists to support tests.

Do we ever run through shutdown on Android and thus our RunOnShutdown callback runs? Does that then trigger fog init when it shouldn't? We should find out and probably #ifdef that callback.

Assignee: nobody → tlong
Priority: -- → P1

I've tried every way possible but it looks like we never hit this on Android. Closing this as INVALID

Status: NEW → RESOLVED
Closed: 11 days ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.