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

Commit ceb623b0 authored by Vinay Kalia's avatar Vinay Kalia Committed by android-build-merger
Browse files

Merge "Catch exception"

am: 2eda6ee2

Change-Id: If4e2c3425a2f504d6fc231901caff9b1d081d120
parents bbb0cb06 2eda6ee2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -145,7 +145,11 @@ public class ScanManager {
        mScanNative.cleanup();

        if (mActivityManager != null) {
            try {
                mActivityManager.removeOnUidImportanceListener(mUidImportanceListener);
            } catch (IllegalArgumentException e) {
                Log.w(TAG, "exception when invoking removeOnUidImportanceListener", e);
            }
        }

        if (mDm != null) {