From e13ee2800660c63a600b5a952f8e846e8a46ec52 Mon Sep 17 00:00:00 2001 From: George Chang Date: Mon, 19 Feb 2024 06:52:58 +0000 Subject: [PATCH] Enable NFC firmware logging Enable NFC firmware logging by default for better debuggability. Bug: 307999188 Bug: 325604333 Test: manual Change-Id: I987ec38aa564a0500be4d9bdf8f355ad2f7ea55e --- nfc/libnfc-hal-st-proto1.conf | 2 +- nfc/libnfc-hal-st.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nfc/libnfc-hal-st-proto1.conf b/nfc/libnfc-hal-st-proto1.conf index feb933a..33e1565 100644 --- a/nfc/libnfc-hal-st-proto1.conf +++ b/nfc/libnfc-hal-st-proto1.conf @@ -8,7 +8,7 @@ NFC_DEBUG_ENABLED=0 ############################################################################### # Vendor specific mode to enable FW (RF & SWP) traces. -STNFC_FW_DEBUG_ENABLED=0 +STNFC_FW_DEBUG_ENABLED=1 ############################################################################### # File used for NFA storage diff --git a/nfc/libnfc-hal-st.conf b/nfc/libnfc-hal-st.conf index f553e3d..ee5feaa 100644 --- a/nfc/libnfc-hal-st.conf +++ b/nfc/libnfc-hal-st.conf @@ -8,7 +8,7 @@ NFC_DEBUG_ENABLED=0 ############################################################################### # Vendor specific mode to enable FW (RF & SWP) traces. -STNFC_FW_DEBUG_ENABLED=0 +STNFC_FW_DEBUG_ENABLED=1 ############################################################################### # File used for NFA storage