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

am: ccd6a0f6c2

Change-Id: I9842ae51d3bb4665f5cb24b7685a05de2df05097
This commit is contained in:
Sehee Park
2018-07-02 06:23:35 -07:00
committed by android-build-merger

View File

@@ -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);
}