You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Send pageReady event to dwds from Inspector page
Send `pageReady` event from the Inspectore page, similar to what is already
done fron the Debugger page.
Closes: #3711
* Addressed CR comments
Uh oh!
There was an error while loading. Please reload this page.
Currently DevTools sends an event to dwds from Debugger window. Tools that start DevTools use this information to measure startup times of DevTools.
devtools/packages/devtools_app/lib/src/debugger/debugger_screen.dart
Line 158 in a616832
For flutter apps, however, the first tab that opens is the Inspector, which means the time to start DevTools is measured incorrectly.
Related: dart-lang/webdev#1517
The text was updated successfully, but these errors were encountered: