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

Commit 48396e86 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

Change-Id: Ia160a4cf42e427575a70810d7157e092e47b5992
parents fce00ebc c7b92506
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);
                }