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

Commit ca8b90d7 authored by yinxu's avatar yinxu Committed by android-build-merger
Browse files

Merge "Catch the RuntimeException for stopScan()"

am: 07155706

Change-Id: I751b4640654826499a9885db657bc0f4da2358f1
parents aa98102f 07155706
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -115,6 +115,8 @@ public class NetworkScan {
            telephony.stopNetworkScan(mSubId, mScanId);
        } catch (RemoteException ex) {
            Rlog.e(TAG, "stopNetworkScan  RemoteException", ex);
        } catch (RuntimeException ex) {
            Rlog.e(TAG, "stopNetworkScan  RuntimeException", ex);
        }
    }