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

Commit 7faf00a5 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

Change-Id: Ie0e7879f27ca374816fc81774f972d452dbefef6
parents 70f9e569 d5a77796
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;
        }