* Use tracing facilities in BMediaTrack.
* Turn off tracing in the Media Kit. * Notify of unimplemented functions regardless of tracing. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24473 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define _MEDIA_DEBUG_OLD_H_
|
||||
|
||||
#ifndef DEBUG
|
||||
#define DEBUG 1
|
||||
#define DEBUG 0
|
||||
#endif
|
||||
|
||||
#include <Debug.h>
|
||||
@@ -40,7 +40,7 @@
|
||||
#define PRINT_FORMAT(_text, _fmt) ((void)0)
|
||||
#define PRINT_INPUT(_text, _in) ((void)0)
|
||||
#define PRINT_OUTPUT(_text, _out) ((void)0)
|
||||
#define UNIMPLEMENTED() ((void)0)
|
||||
#define UNIMPLEMENTED() printf("UNIMPLEMENTED %s\n",__PRETTY_FUNCTION__)
|
||||
#define BROKEN() ((void)0)
|
||||
#define CALLED() ((void)0)
|
||||
#define PRINT(l, a...) ((void)0)
|
||||
|
||||
Reference in New Issue
Block a user