Merge "Catch the RuntimeException for stopScan()" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ed9ee780a4
@@ -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