commit | fa5a61c8db11ca98151c2b3dd93713d84370da63 | [log] [tgz] |
---|---|---|
author | Vinit Nayak <peanutbutter@google.com> | Mon May 15 12:53:47 2023 -0700 |
committer | Vinit Nayak <peanutbutter@google.com> | Mon May 15 18:56:55 2023 -0700 |
tree | ce47beff3c0580f811e2749b6d68b44d072addb2 | |
parent | f68f1fa3ccfd1db50b69c61b80273a6dc72d59db [diff] |
Don't throw exception for SafeCloseable objects * SafeCloseable objects will have their close() method called when SandboxContext is destroyed, so we can leave them out of the allowList. * Long term we may want to remove the allowList altogether and just rely on safeCloseable Test: Locally passes Flag: not needed Bug: 280463854 Change-Id: I317a9d6639b25a522fe9dbcf2655b55ec68fded6