diff --git a/configs/qmi_fw.conf b/configs/qmi_fw.conf new file mode 100644 index 00000000..f7d1b856 --- /dev/null +++ b/configs/qmi_fw.conf @@ -0,0 +1,3 @@ +#Debug messages with priority >= ANDROID_LOG_WARN +QMI_CCI_DEBUG_LEVEL=5 +QMI_CSI_DEBUG_LEVEL=5 diff --git a/sdm660.mk b/sdm660.mk index 8d475648..185aa771 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -500,6 +500,9 @@ $(call inherit-product, external/json-c/Android.configure.mk) PRODUCT_PACKAGES += \ libjson +PRODUCT_COPY_FILES += \ + $(COMMON_PATH)/configs/qmi_fw.conf:$(TARGET_COPY_OUT_VENDOR)/etc/qmi_fw.conf + # QTI Performance PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/perf/perf-profile0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perf-profile0.conf \