Loading services/core/java/com/android/server/soundtrigger_middleware/SoundTriggerModule.java +1 −1 Original line number Diff line number Diff line Loading @@ -431,7 +431,7 @@ class SoundTriggerModule implements IHwBinder.DeathRecipient { private void checkValid() { if (mCallback == null) { throw new ServiceSpecificException(Status.DEAD_OBJECT); throw new RecoverableException(Status.DEAD_OBJECT); } } Loading Loading
services/core/java/com/android/server/soundtrigger_middleware/SoundTriggerModule.java +1 −1 Original line number Diff line number Diff line Loading @@ -431,7 +431,7 @@ class SoundTriggerModule implements IHwBinder.DeathRecipient { private void checkValid() { if (mCallback == null) { throw new ServiceSpecificException(Status.DEAD_OBJECT); throw new RecoverableException(Status.DEAD_OBJECT); } } Loading