Disable excessive dalvik debug messages

Change-Id: Id95875f577348713ab46a055d225e73055b9aea8
This commit is contained in:
Michael Bestas 2013-10-11 23:25:32 +03:00
parent 3d2f330a18
commit 1f2a3d42ca
1 changed files with 4 additions and 0 deletions

View File

@ -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