diff options
| author | Srinivas Girigowda <sgirigow@codeaurora.org> | 2017-07-25 09:44:50 -0700 |
|---|---|---|
| committer | Ecco Park <eccopark@google.com> | 2017-07-26 17:13:17 +0000 |
| commit | 5f0f7fbb49868eb1e941c372395abfaa2e4c0380 (patch) | |
| tree | 72a821efd1e44744a61b76849bbb10deb5c54367 | |
| parent | bfd3493efec1d3dd7e76638ba77a2ad85202ced6 (diff) | |
M/W: WLAN: Enable firmware module logging levels
After looking at all the issues reported and logs captured,
these are the firmware logging levels (module-wise)
recommended to be enabled by default.
Change-Id: If297cb894b61817a440f05411148934a3a1ec235
CRs-Fixed: 2081775
Bug: 63544726
Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
| -rw-r--r-- | WCNSS_qcom_cfg.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini index 83e7389..db25428 100644 --- a/WCNSS_qcom_cfg.ini +++ b/WCNSS_qcom_cfg.ini @@ -467,8 +467,8 @@ gEnableSelfRecovery=1 #Enable firmware log gEnablefwlog=1 # Additional firmware log levels -gFwDebugLogLevel=4 -gFwDebugModuleLoglevel=1,0,2,0,4,0,5,0,6,0,7,4,8,0,9,0,11,0,13,0,17,0,18,0,19,0,27,0,29,0,31,0,35,0,36,0,38,0 +gFwDebugLogLevel=3 +gFwDebugModuleLoglevel=2,1,3,1,5,1,9,1,13,1,14,1,18,1,19,1,26,1,28,1,29,1,31,1,36,1,38,1,46,1,47,1,50,1,52,1,53,1,56,1,60,1,61,1,4,1 #Enable firmware uart print gEnablefwprint=0 |
