Modify catch when addInterfaceToLocalNetwork() is called.

Fatal Exception is occured in system process. Becuase addInterfaceToLocalNetwork()
throw IllegalStateException but it can not be handled in WifiP2pServiceImpl.
Modify catch from "RemoteException" to "Exception" when addInterfaceToLocalNetwork() is called.

Bug: 110396460
Test: Repeat on/off WifiP2pService

Change-Id: I4acdab2ee9923a87cb1ebac324c86d67549ce9fb
Signed-off-by: Sehee Park <sehee32.park@samsung.com>
1 file changed