-
Notifications
You must be signed in to change notification settings - Fork 29.8k
[flutter_tool] Add analytics events for ios-mdns fallback success/failure #41482
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
[flutter_tool] Add analytics events for ios-mdns fallback success/failure #41482
Conversation
tvolkert
left a comment
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
christopherfujino
left a comment
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 #41482 +/- ##
==========================================
- Coverage 60.53% 59.91% -0.63%
==========================================
Files 193 193
Lines 18831 18833 +2
==========================================
- Hits 11399 11283 -116
- Misses 7432 7550 +118
Continue to review full report at Codecov.
|
jonahwilliams
left a comment
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
* [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
Adds success/failure events for observatory discovery after an mdns failure on iOS.
Related Issues
#41085
Tests
I added the following tests:
Tests in devices_test.dart
Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?