summaryrefslogtreecommitdiff
path: root/products/atv_logpersist.mk
blob: 7c0f814cc0902df896d4f46282676b034e73411b (plain)
1
2
3
4
5
6
7
8
9
# Optional configuration that can be used to enable persistent logcat on -eng and -userdebug builds
# See go/agw/platform/system/logging/+/refs/heads/master/logd/README.property for available options

ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
PRODUCT_PRODUCT_PROPERTIES +=
    logd.logpersistd=logcatd \
    logd.logpersistd.size=30 \
    logd.logpersistd.rotate_kbytes=2048
endif