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

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

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

am: ed9ee780

Change-Id: I6815cbc5e896d6e24ea3abc5a258e8e6ecac0135
parents cf2c1df9 ed9ee780
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);
        }
    }