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

Commit 9a65d1ce 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: a206357d...

Merge "Handle exceptions on attach" into rvc-dev am: d5a77796 am: a206357d am: c8621cce am: a6a19805

Change-Id: I14bc61583b15bac376bc3efbd993a6443b286ea6
parents 66c6227a a6a19805
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;
        }