commit | cf1bffaa00a76cfeb2d85697b28e3e993e023602 | [log] [tgz] |
---|---|---|
author | Miguel Aranda <miguelaranda@google.com> | Thu Oct 19 15:14:10 2023 +0000 |
committer | Miguel Aranda <miguelaranda@google.com> | Fri Oct 20 09:36:27 2023 +0000 |
tree | 667a5a104332e6d20d4e15a7b8994f846f7884d7 | |
parent | b0e4f7e784256eab2b2c3dd31202482272102d49 [diff] |
Allow explicit GC usage for StrictMode setClassInstanceLimit This wraps the calls to System.GC() in a disabling of the explicit gc checks from another strict mode so that those calls do not produce a crash when SetClassInstanceLimit is used. Change-Id: I54d2ff975838e3f54879de3fbff25614137b31df Test: atest testClassInstanceLimit Bug: 305288285