Fix test failures due to unhandled exception in logging

Bug: b/270035611
Test: build and manual test
Change-Id: I47e39f6b506c9e65756dc0432009cec1784923f9
This commit is contained in:
Ashish Kumar
2023-02-21 22:28:15 +00:00
parent 52a61a8b44
commit 8560b855d6

View File

@@ -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 {