Merge "Set WifiHAL to only log debug by default." into nyc-dev

am: 11a4a85

* commit '11a4a85b75557dd0d0ae9ef84720316036d7c8d8':
  Set WifiHAL to only log debug by default.
This commit is contained in:
Joe Onorato 2016-03-26 00:45:18 +00:00 committed by android-build-merger
commit 978cda07ee

View file

@ -132,6 +132,12 @@ PRODUCT_PACKAGES += \
vold \
wm
# TODO: Remove after N. Set WifiHAL to only log debug by default.
# This is not the proper way to really fix this, but it is the best thing to
# do in the time period we have for N. In the future they will be moving
# more to a dumpsys style approach.
PRODUCT_PROPERTY_OVERRIDES += \
persist.log.tag.WifiHAL=I
PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\
frameworks/base/preloaded-classes:system/etc/preloaded-classes)