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

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

Change-Id: Ie7997904bb8da85b4c3fd6a722e73a288803c10c
parents 29555c01 a206357d
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;
        }