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

Commit ad499c97 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Downgrade the log level of exception log" am: ea9a41e6 am: 868fa843

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1660002

Change-Id: I47bdd7a0c7355185372647f6f39d41c67f7a361b
parents 8874e81c 868fa843
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);
                }
            }
        }