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

Commit 817c832e authored by Sehee Park's avatar Sehee Park Committed by android-build-merger
Browse files

Merge "Modify catch when addInterfaceToLocalNetwork() is called." am: ccd6a0f6 am: c7b92506

am: 48396e86

Change-Id: Idb98c57e8e1791eefdf47f9127696211a4ff3a99
parents ce774071 48396e86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@ public class TetherInterfaceStateMachine extends StateMachine {
                    // that adding routes that already exist does not cause an
                    // error (EEXIST is silently ignored).
                    mNMService.addInterfaceToLocalNetwork(mIfaceName, toBeAdded);
                } catch (RemoteException e) {
                } catch (Exception e) {
                    mLog.e("Failed to add IPv6 routes to local table: " + e);
                }