You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
tipc: Finish streamlining of debugging code
Completes the simplification of TIPC's debugging capabilities. By default TIPC includes no debugging code, and any debugging code added by developers that calls the dbg() and dbg_macros() is compiled out. If debugging support is enabled, TIPC prints out some additional data about its internal state when certain abnormal conditions occur, and any developer-added calls to the TIPC debug macros are compiled in. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
8d64a5ba58
commit
6e7e309c62
+7
-4
@@ -67,12 +67,15 @@ config TIPC_LOG
|
||||
managed remotely via TIPC.
|
||||
|
||||
config TIPC_DEBUG
|
||||
bool "Enable debug messages"
|
||||
bool "Enable debugging support"
|
||||
default n
|
||||
help
|
||||
This enables debugging of TIPC.
|
||||
Saying Y here enables TIPC debugging capabilities used by developers.
|
||||
Most users do not need to bother; if unsure, just say N.
|
||||
|
||||
Only say Y here if you are having trouble with TIPC. It will
|
||||
enable the display of detailed information about what is going on.
|
||||
Enabling debugging support causes TIPC to display data about its
|
||||
internal state when certain abnormal conditions occur. It also
|
||||
makes it easy for developers to capture additional information of
|
||||
interest using the dbg() or msg_dbg() macros.
|
||||
|
||||
endif # TIPC
|
||||
|
||||
Reference in New Issue
Block a user