forked from openkylin/platform_build
Build: More tombstones in userdebug am: 47e137f357
am: 0b24deb839
Change-Id: Id95c13128a215e5c0e02c7bf337c7bd28a281e6b
This commit is contained in:
commit
d0d5e24d25
|
@ -149,5 +149,11 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
|
||||
frameworks/base/compiled-classes-phone:system/etc/compiled-classes)
|
||||
|
||||
# On userdebug builds, collect more tombstones by default.
|
||||
ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
tombstoned.max_tombstone_count=50
|
||||
endif
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
|
||||
|
|
Loading…
Reference in New Issue