Added optional kernel tracing for sending BMessages. Currently only the
destination of the message and it's "what" field are stored. It might be nice to also get some info about its fields -- maybe as an additional option. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23810 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
// tracing buffer size (in bytes)
|
||||
#ifndef MAX_TRACE_SIZE
|
||||
# define MAX_TRACE_SIZE 1024 * 1024
|
||||
# define MAX_TRACE_SIZE (1024 * 1024)
|
||||
#endif
|
||||
|
||||
|
||||
@@ -20,5 +20,6 @@
|
||||
//#define SIGNAL_TRACING
|
||||
//#define SYSCALL_TRACING
|
||||
//#define TEAM_TRACING
|
||||
//#define BMESSAGE_TRACING
|
||||
|
||||
#endif // KERNEL_TRACING_CONFIG_H
|
||||
|
||||
Reference in New Issue
Block a user