Do not drop packets

Do not drop packets based upon enqueue sequence
to avoid freeze.

Bug=63274801

Change-Id: I064dfc2775be104096566dff0c1638ac04cd7fc4
This commit is contained in:
Sooraj Sasindran
2017-07-07 10:10:57 -07:00
parent 555d3c7910
commit d0e8fe363c

View File

@@ -591,3 +591,8 @@ endif
# QC time-daemon to use persist
PRODUCT_PROPERTY_OVERRIDES += \
persist.delta_time.enable=true
# Do not drop packets based upon enqueue sequence
# to avoid freeze
PRODUCT_PROPERTY_OVERRIDES += \
persist.radio.DROPSETENABLE=0