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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user