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

Commit 661ed35a 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 d1bde3ff 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 {