-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Add debugging for Dart VM timeout flake #126437
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
I described this in the comments in the code, but FYI: The expected files to be found in the device's iOS DeviceSupport include Symbols (directory), Info.plist, and .finalized. If any of the expected files are missing or there are additional files (such as .copying_lock or .processing_lock), this may indicate the symbols may still be fetching or something went wrong when fetching them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit about adding a bit more context to one trace, but LGTM
Check what is available in the device's iOS DeviceSupport folder to check if symbols were properly fetched. Also, add some logging to track what status the debugger is in. Debugging for flutter#121231.
Check what is available in the device's iOS DeviceSupport folder to check if symbols were properly fetched. Also, add some logging to track what status the debugger is in.
Debugging for #121231.
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.