Set the default ring buffer size for stats log, and set it loggable.
Bug: 69323063 Test: manual Change-Id: I19de884927bc4999d503b919d851048609be1470
This commit is contained in:
parent
cbb4ec6cf0
commit
8ce8dc2efa
1 changed files with 4 additions and 0 deletions
|
@ -159,5 +159,9 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||||
tombstoned.max_tombstone_count=50
|
tombstoned.max_tombstone_count=50
|
||||||
endif
|
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/runtime_libart.mk)
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
|
||||||
|
|
Loading…
Reference in a new issue