Loading media/java/android/media/PlayerBase.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 } } Loading Loading
media/java/android/media/PlayerBase.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 } } Loading