blob: 7c0f814cc0902df896d4f46282676b034e73411b [file] [log] [blame]
# 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