Exiting no longer runs a separate one-second cleanup pass before the main one.
What's wrong with this entry?
One of the three process-wide cleanup registries was removed and its work folded into the main one, so exit no longer runs a separate 1000ms pre-cleanup drain before the main one.
- Exit now awaits a single cleanup drain with the existing 2000ms budget.
- The relaunch path lost its own pre-cleanup drain step and awaits one 2000ms drain before flushing analytics.
- The separate pre-exit flush registry is untouched.
cleanup timeout
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.