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

This commit is contained in:
Ashish Kumar Gaurav
2023-02-22 10:12:19 +00:00
committed by Android (Google) Code Review

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 {