Merge "Catch the RuntimeException for stopScan()" into pi-dev
am: ed9ee780a4
Change-Id: I6815cbc5e896d6e24ea3abc5a258e8e6ecac0135
This commit is contained in:
@@ -115,6 +115,8 @@ public class NetworkScan {
|
|||||||
telephony.stopNetworkScan(mSubId, mScanId);
|
telephony.stopNetworkScan(mSubId, mScanId);
|
||||||
} catch (RemoteException ex) {
|
} catch (RemoteException ex) {
|
||||||
Rlog.e(TAG, "stopNetworkScan RemoteException", ex);
|
Rlog.e(TAG, "stopNetworkScan RemoteException", ex);
|
||||||
|
} catch (RuntimeException ex) {
|
||||||
|
Rlog.e(TAG, "stopNetworkScan RuntimeException", ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user