| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
#include <optional>nit: move to .cc, where it's used.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
nit: move to .cc, where it's used.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[tracing] Normalize early track registry initialization
Due to sandbox restrictions, tracing is initialized later on linux.
This causes TrackRegistration to silently fail and produce invalid
data later (even once tracing is initialized).
To reduce surprising behavior, this CL enables early track registry
initialization, so that even if tracing isn't initialized,
TrackRegistration works the same on all platforms.
Later tracing initialization will work the same if track registry
is already initialized.
Follow-up relies on this to register tracks in MainThreadSchedulerImpl.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |