Disable excessive dalvik debug messages
Change-Id: Id95875f577348713ab46a055d225e73055b9aea8
This commit is contained in:
parent
3d2f330a18
commit
1f2a3d42ca
@ -73,6 +73,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.build.selinux=1 \
|
||||
persist.sys.root_access=1
|
||||
|
||||
# Disable excessive dalvik debug messages
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
dalvik.vm.debug.alloc=0
|
||||
|
||||
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
||||
# Enable ADB authentication
|
||||
ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1
|
||||
|
Loading…
Reference in New Issue
Block a user