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 9587b998..1a4b4309 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -353,6 +353,9 @@ PRODUCT_PACKAGES += \ libqti_vndfwk_detect.vendor \ libvndfwk_detect_jni.qti.vendor +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/qmi_fw.conf:$(TARGET_COPY_OUT_VENDOR)/etc/qmi_fw.conf + # QNS PRODUCT_PACKAGES += \ libstdc++.vendor