summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornormanwhl <normanwhl@google.com>2022-07-28 15:21:02 +0000
committernormanwhl <normanwhl@google.com>2022-07-28 15:21:02 +0000
commitefaa01b0221befb548f9ca788613566dce4161fd (patch)
treeccf39271378d79f6bc1d76b5e1b7436ca29d747a
parent5fe4d48e3986a391750f97c4f69e3b18b21764e7 (diff)
downloadwlan-efaa01b0221befb548f9ca788613566dce4161fd.tar.gz
Avoid to print regular log for GetLinkStatCommand
Current project not support RSDB, it doesn't extend radio stats for supported multi-radios. It will let this log continue print when get link stat. Bug: 237730450 Test: Check log not print when get link stat on T6 Change-Id: I899444f3b0e8e8bd860a193515920a39292e1f5b
-rw-r--r--synadhd/wifi_hal/link_layer_stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/synadhd/wifi_hal/link_layer_stats.cpp b/synadhd/wifi_hal/link_layer_stats.cpp
index 3a922db..8de7acd 100644
--- a/synadhd/wifi_hal/link_layer_stats.cpp
+++ b/synadhd/wifi_hal/link_layer_stats.cpp
@@ -178,7 +178,7 @@ protected:
num_radios, (wifi_radio_stat *)radioStatsBuf);
} else {
/* To be deprecated, adding it to keep it backward compatible */
- ALOGD("GetLinkStatCommand: zero radio case\n");
+ // ALOGD("GetLinkStatCommand: zero radio case\n");
data = reply.get_vendor_data();
if (!data) {
ALOGE("Invalid vendor data received\n");