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

Commit 82649baa authored by Ashish Kumar Gaurav's avatar Ashish Kumar Gaurav Committed by Automerger Merge Worker
Browse files

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

parents 2c4a8f81 ef61c5b6
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 {