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

Commit ef61c5b6 authored by Ashish Kumar Gaurav's avatar Ashish Kumar Gaurav Committed by Android (Google) Code Review
Browse files

Merge "Fix test failures due to unhandled exception in logging" into udc-dev

parents c83f8366 8560b855
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -363,7 +363,7 @@ public abstract class ContentProvider implements ContentInterface, ComponentCall
                                enumCheckUriPermission,
                                callingUid, uri.getAuthority(), type);
                    }
                } catch (RemoteException e) {
                } catch (Exception e) {
                    //does nothing
                }
            } else {