Skip to content

Commit

Permalink
Set the default ring buffer size for stats log, and set it loggable.
Browse files Browse the repository at this point in the history
Bug: 69323063
Test: manual
Change-Id: I19de884927bc4999d503b919d851048609be1470
  • Loading branch information
Yao Chen committed Nov 21, 2017
1 parent cbb4ec6 commit 8ce8dc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions target/product/core_minimal.mk
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,9 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
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)

0 comments on commit 8ce8dc2

Please sign in to comment.