meta-digi-arm: firmware-qualcomm: qcom_cfg.ini: Add debug bitmasks
Document as comments the enabling of the debug modules and levels Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
6be939c535
commit
905ac5c483
|
|
@ -2,6 +2,33 @@
|
|||
|
||||
# defaults for the WLAN Driver
|
||||
|
||||
# Debug tracing bit values
|
||||
# VOS tracing requires a debug build - see BUILD_DEBUG_VERSION
|
||||
|
||||
# None = 0
|
||||
# Error
|
||||
# Warn
|
||||
# Info
|
||||
# Info high
|
||||
# Info med
|
||||
# Info low
|
||||
# Debug = 7
|
||||
|
||||
# Debug masks in decimal
|
||||
# Default debug is Error and Warn 0x06 (6)
|
||||
# All debug is 0xff (255)
|
||||
|
||||
#vosTraceEnableTL=6
|
||||
#vosTraceEnableWDI=6
|
||||
#vosTraceEnableHDD=6
|
||||
#vosTraceEnableSME=6
|
||||
#vosTraceEnablePE=6
|
||||
#vosTraceEnablePMC=6
|
||||
#vosTraceEnableWDA=6
|
||||
#vosTraceEnableSYS=6
|
||||
#vosTraceEnableVOSS=6
|
||||
#vosTraceEnableSAP=6
|
||||
#vosTraceEnableHDDSAP=6
|
||||
|
||||
# Enable/Disable Idle Scan
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue