Merge "Fix test failures due to unhandled exception in logging" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ef61c5b691
@@ -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