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

Commit c25cb5de authored by sqian's avatar sqian Committed by android-build-merger
Browse files

Merge "Fix mOemHookProxy wrong reset" am: 8906def3 am: 903e87de

am: e8174765

Change-Id: Idfd0f90c70ba9219d682fda009019dd5a719e6ee
parents 9037338b e8174765
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -530,7 +530,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
                }
            }
        } catch (NoSuchElementException e) {
            mRadioProxy = null;
            mOemHookProxy = null;
            riljLoge("IOemHook service is not on the device HAL: " + e);
        }  catch (RemoteException e) {
            mOemHookProxy = null;