Disable fdsan for real. Setting it to 0 won't disable it, because setting it to 0 will set it to DEFAULT value, which is fatal in userdebug. So best we can do to disable it is to set it to warn_once. See bionic's android_fdsan_set_error_level_from_property

This commit is contained in:
Pierre-Hugues Husson 2021-03-11 16:26:52 +01:00
parent 04ee9f055e
commit 2057f5d25a
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ PRODUCT_PACKAGES += \
healthd \
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
debug.fdsan=0 \
debug.fdsan=warn_once \
# AOSP overlays
PRODUCT_PACKAGES += \