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:
Ingo Weinhold
2008-02-01 12:35:00 +00:00
parent 0c6f7530ef
commit 90e3bbf0cb
2 changed files with 19 additions and 1 deletions
+2 -1
View File
@@ -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