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:
parent
04ee9f055e
commit
2057f5d25a
2
base.mk
2
base.mk
@ -190,7 +190,7 @@ PRODUCT_PACKAGES += \
|
||||
healthd \
|
||||
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
debug.fdsan=0 \
|
||||
debug.fdsan=warn_once \
|
||||
|
||||
# AOSP overlays
|
||||
PRODUCT_PACKAGES += \
|
||||
|
Loading…
x
Reference in New Issue
Block a user