Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mobile: Allow ConnectivityManager to handle getifaddrs failures (envo…
…yproxy#32286) ConnectivityManager's enumerateInterfaces relies on getifaddrs. However, getifaddrs could fail for a number of reasons. Instead of RELEASE_ASSERT'ing, which causes crashes, we log the failure and return an empty vector of interfaces, similar to how if there is no support for getifaddrs. Signed-off-by: Ali Beyad <[email protected]>
- Loading branch information