diff options
author | 2022-12-20 16:25:58 +0000 | |
---|---|---|
committer | 2023-01-17 10:15:09 +0000 | |
commit | d80bbba155fd18a38075cf6f626bee382c2b492c (patch) | |
tree | 90a0282dca2c05f3b3484d7e21de5d4b6213e5b7 /test/141-class-unload/run.py | |
parent | 9e3761d6b98e090cff2e30e0f5e9714f434dd0f2 (diff) |
Keep classes alive for stack traces with copied methods.
Test: Additional test in 141-class-unload.
Test: testrunner.py --host --optimizing
Bug: 263254495
Change-Id: Iea925ab96fb7c8d1b825c0b100e689ab722d3159
Diffstat (limited to 'test/141-class-unload/run.py')
-rw-r--r-- | test/141-class-unload/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/141-class-unload/run.py b/test/141-class-unload/run.py index c3fda2f9e5..691d20995c 100644 --- a/test/141-class-unload/run.py +++ b/test/141-class-unload/run.py @@ -17,4 +17,4 @@ def run(ctx, args): # Currently app images aren't unloaded when dex files are unloaded. - ctx.default_run(args, secondary_app_image=False) + ctx.default_run(args, profile=True, secondary_app_image=False) |