-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Use Network Information API to react to network changes #2663
Conversation
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.
Thanks so much for working on this!
@TheModMaker I change it, but the new error is:
Can you guide me in the right direction? |
The |
OK, I added |
Ready to review again! |
Friendly ping! |
Tizen 3 has the NetworkInformation API, but not the downlink attribute. This led to NaN as a bandwidth estimate. Now we screen for the presence of this attribute as well as the API overall. Futhermore, we now disable this API in unit tests to better control the fake estimates used during the tests. Found while investigating #2620. Introduced in PR #2663, and has not affected any release versions. Change-Id: Iaa1486545825ceee536ecbe5ea617f92de4fbc2d
Resolves #1067