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

Commit d56ab0bd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Handle exceptions on attach" into rvc-dev am: d5a77796 am: 7faf00a5

Change-Id: I0d14f9229b1e98a77fa2ac8a280b9db989ef0b79
parents 02b24269 7faf00a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1945,7 +1945,7 @@ public class SoundTrigger {
        Looper looper = handler != null ? handler.getLooper() : Looper.getMainLooper();
        try {
            return new SoundTriggerModule(getService(), moduleId, listener, looper);
        } catch (RemoteException e) {
        } catch (Exception e) {
            Log.e(TAG, "", e);
            return null;
        }