diff options
author | 2025-02-20 01:20:08 -0800 | |
---|---|---|
committer | 2025-02-20 01:20:08 -0800 | |
commit | b10a134d632a477c56897fd526e4b40d15ae11e8 (patch) | |
tree | 4050dbfcdf827e9e17260476cfe6ad428973c7d7 /cmdline | |
parent | ee712c170cdd7c25de63209705e574e653b8ef4e (diff) |
Revert "Temporarily enable post-gc heap verification"
This reverts commit ee712c170cdd7c25de63209705e574e653b8ef4e.
Reason for revert: <Droidmonitor created revert due to b/397818142.Will be verified through ABTD for standard investigation.>
Change-Id: I85604b18ccc8c4044cb7614f04567cd05b8f35c2
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/cmdline_types.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmdline/cmdline_types.h b/cmdline/cmdline_types.h index f2a96fa73f..524f181a8e 100644 --- a/cmdline/cmdline_types.h +++ b/cmdline/cmdline_types.h @@ -553,11 +553,7 @@ struct XGcOption { bool verify_pre_gc_heap_ = kIsDebugBuild; bool verify_pre_sweeping_heap_ = kIsDebugBuild; bool generational_gc = kEnableGenerationalGCByDefault; -#if defined(__x86_64__) || defined(__i386__) - bool verify_post_gc_heap_ = true; -#else bool verify_post_gc_heap_ = kIsDebugBuild; -#endif bool verify_pre_gc_rosalloc_ = kIsDebugBuild; bool verify_pre_sweeping_rosalloc_ = false; bool verify_post_gc_rosalloc_ = false; |