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

Commit d5a77796 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Handle exceptions on attach" into rvc-dev

parents 40f632b7 b6f88a7a
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;
        }