Merge "Set the default ring buffer size for stats log, and set it loggable."

am: adbaeb0c1d

Change-Id: I86a62bad86030eb3cc3ce3d6806c56cf87a711b4
This commit is contained in:
Yao Chen 2017-11-21 19:49:36 +00:00 committed by android-build-merger
commit 2e006b7dc8

View file

@ -160,5 +160,9 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
tombstoned.max_tombstone_count=50
endif
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.logd.size.stats=64K \
log.tag.stats_log=I
$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)