1# Optional configuration that can be used to enable persistent logcat on -eng and -userdebug builds 2# See go/agw/platform/system/logging/+/refs/heads/master/logd/README.property for available options 3 4ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT))) 5PRODUCT_PRODUCT_PROPERTIES += \ 6 logd.logpersistd=logcatd 7endif 8