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

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

Merge "Modify catch when addInterfaceToLocalNetwork() is called."

am: ccd6a0f6

Change-Id: I9842ae51d3bb4665f5cb24b7685a05de2df05097
parents a9165420 ccd6a0f6
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);
                }