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

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

Merge "Catch the RuntimeException for stopScan()" into pi-dev am: ed9ee780

am: e6be615c

Change-Id: I959e50e0213426cc655776728dc2c677b8887f0f
parents 567b4ed3 e6be615c
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);
        }
    }