Merge "Downgrade the log level of exception log"

This commit is contained in:
Treehugger Robot
2021-04-06 04:01:59 +00:00
committed by Gerrit Code Review

View File

@@ -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);
}
}
}