Skip to content

Fix log ordering bug #8420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Fix log ordering bug #8420

merged 2 commits into from
Oct 9, 2024

Conversation

kenzieschmoll
Copy link
Member

Logs would get out of order after midnight because we were sorting by the string representation of the timestamp and not the milliseconds since epoch value.

Fixes #2188

@kenzieschmoll kenzieschmoll requested a review from a team as a code owner October 9, 2024 00:01
@kenzieschmoll kenzieschmoll requested review from bkonyi and removed request for a team October 9, 2024 00:01
@kenzieschmoll kenzieschmoll merged commit 228289f into flutter:master Oct 9, 2024
23 checks passed
@kenzieschmoll kenzieschmoll deleted the logs-when branch October 9, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logging becomes out of order after midnight
2 participants