Loading services/core/java/com/android/server/ConnectivityService.java +1 −1 Original line number Diff line number Diff line Loading @@ -6633,7 +6633,7 @@ public class ConnectivityService extends IConnectivityManager.Stub mDeps.reportNetworkInterfaceForTransports(mContext, iface, caps.getTransportTypes()); } catch (Exception e) { loge("Exception adding interface: " + e); logw("Exception adding interface: " + e); } } } Loading Loading
services/core/java/com/android/server/ConnectivityService.java +1 −1 Original line number Diff line number Diff line Loading @@ -6633,7 +6633,7 @@ public class ConnectivityService extends IConnectivityManager.Stub mDeps.reportNetworkInterfaceForTransports(mContext, iface, caps.getTransportTypes()); } catch (Exception e) { loge("Exception adding interface: " + e); logw("Exception adding interface: " + e); } } } Loading