Skip to content

Fix issues in DevTools load time reporting #1518

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

Conversation

annagrin
Copy link
Contributor

  • Store dwdsStats on appServices for an app to make sure we are
    updating an reporting the same stats for an app. Previously,
    if the app services already existed, we would use incorrect
    object to report the stats, causing incorrect times and missing
    reports.
  • Set the times on dwdsStats when debug request arrives to make
    sure times are recorded only from the time when the user starts
    debugging.
  • Process pageReady events from any DevTools page, as DevTools
    does not always show the debugger page first.
  • Enabled previously skipped tests.

Closes:#1517

- Store dwdsStats on appServices for an app to make sure we are
  updating an reporting the same stats for an app. Previously,
  if the app services already existed, we would use incorrect
  object to report the stats, causing incorrect times and missing
  reports.
- Set the times on dwdsStats when debug request arrives to make
  sure times are recorded only from the time when the user starts
  debugging.
- Process `pageReady` events from any DevTools page, as DevTools
  does not always show the debugger page first.
- Enabled previously skipped tests.

Closes:dart-lang#1517
@annagrin annagrin requested a review from elliette February 19, 2022 01:43
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.

2 participants