Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea9a41e6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Downgrade the log level of exception log"

parents cadd7604 08b438ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
                }
            }
        }