Commit-Queue | +1 |
Justin for review. (I checked but don’t see similar code in use on iOS.)
Christine for exposure.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Justin for review. (I checked but don’t see similar code in use on iOS.)
Christine for exposure.
iOS uses [[NSProcessInfo processInfo] operatingSystemVersion] in util/ios/ios_system_data_collector.mm to get the same information.
LGTM
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
util: Simplify MacOSVersionNumber
sysctlbyname("kern.osproductversion", …) is available since macOS
10.13.4, which is now well below this code’s minimum runtime OS version.
The old implementation that fell back to calling uname and inferring the
macOS version from utsname::release is no longer necessary.
Tests and documentation are also slightly updated and improved.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |