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

Commit 8560b855 authored by Ashish Kumar's avatar Ashish Kumar
Browse files

Fix test failures due to unhandled exception in logging

Bug: b/270035611
Test: build and manual test
Change-Id: I47e39f6b506c9e65756dc0432009cec1784923f9
parent 52a61a8b
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 {