-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[flutter_tools] Report iOS mDNS lookup failures to analytics #41384
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
It looks like this pull request may not have tests. Please make sure to add tests before merging. While there are exceptions to this rule, if this patch modifies code it is probably not an exception. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
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.
lgtm
Codecov Report
@@ Coverage Diff @@
## master #41384 +/- ##
==========================================
+ Coverage 60.07% 60.21% +0.14%
==========================================
Files 193 193
Lines 18751 18753 +2
==========================================
+ Hits 11265 11293 +28
+ Misses 7486 7460 -26
Continue to review full report at Codecov.
|
Can you add a test that we properly report these analytics events? |
Will post a PR with unit tests in a few minutes. |
Test here: #41410 |
* [flutter_tools] Report iOS mDNS lookup failures to analytics (#41384) * [flutter_tools] Adds tests of mdns analytics events (#41410) * [flutter_tool] Add analytics events for ios-mdns fallback success/failure (#41482) * roll ideviceinstaller, libimobiledevice, libplist, openssl & usbmuxd to signed versions (#41411)
Description
We're getting reports that mDNS lookups are failing on iOS. This PR adds some analytics events to get a better idea of the severity of the issue.
Related Issues
#41085
Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?