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

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

Merge "PlayerBase: more general exception catching in release"

parents adb9fcde a00f8600
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ public abstract class PlayerBase {
            if (mAppOps != null) {
                mAppOps.stopWatchingMode(mAppOpsCallback);
            }
        } catch (RemoteException e) {
        } catch (Exception e) {
            // nothing to do here, the object is supposed to be released anyway
        }
    }