diff options
author | 2021-11-26 11:37:09 -0800 | |
---|---|---|
committer | 2022-08-10 18:06:05 +0000 | |
commit | 5d73d6b3e4de8e7a1cb1aa6c8683a6afac7725be (patch) | |
tree | e15cf2252e872cc5ebfd016eeabb89967dc2bb8b /cmdline | |
parent | 384c7861b27f6b5ded42a32ab7d14a48c987f515 (diff) |
Add debugging info
Test: art/test/testrunner/testrunner.py
Bug: 160737021
Change-Id: Iecc6e22d34e249415bf44f5bf054bfd9acf051db
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/cmdline_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/cmdline_types.h b/cmdline/cmdline_types.h index dc2f8b75bb..8c535a6fef 100644 --- a/cmdline/cmdline_types.h +++ b/cmdline/cmdline_types.h @@ -539,7 +539,7 @@ struct XGcOption { bool verify_pre_gc_heap_ = false; bool verify_pre_sweeping_heap_ = kIsDebugBuild; bool generational_cc = kEnableGenerationalCCByDefault; - bool verify_post_gc_heap_ = false; + bool verify_post_gc_heap_ = kIsDebugBuild; bool verify_pre_gc_rosalloc_ = kIsDebugBuild; bool verify_pre_sweeping_rosalloc_ = false; bool verify_post_gc_rosalloc_ = false; |