From 0624be886ad7c0522fc0c094b693648f3dfc24f6 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Sat, 18 Feb 2023 17:26:55 +0800 Subject: [PATCH] sdm660-common: configs: Add qmi_fw.conf This file will silence the warnings on qmi Signed-off-by: Alin Jerpelea Change-Id: I7d7ec0da00a33a0da8f189b0181d40919b9918e5 Signed-off-by: pix106 --- configs/qmi_fw.conf | 3 +++ sdm660.mk | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 configs/qmi_fw.conf 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 \