Bug 1549982 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.

The duration is missing from the pings that are normally sent when going into the background when they are forcibly sent by the `GleanDebugActivity`.  This is due to the duration being completed in the `GleanLifecycleObserver` before the pings are being sent. 

We should just need to close the duration in the `GleanDebugActivity` before it calls the `sendPingsByName` function.
The duration is missing from the pings that are normally sent when going into the background when they are forcibly sent by the `GleanDebugActivity`.  This is due to the duration being completed in the `GleanLifecycleObserver` before the pings are being sent, which doesn't happen when using `GleanDebugActivity` to send the pings. 

We should just need to close the duration in the `GleanDebugActivity` before it calls the `sendPingsByName` function.

Back to Bug 1549982 Comment 0