16 |
16 |
17 |
17 |
18 #ifndef MEDIACLIENTVIDEOTRACE_H_ |
18 #ifndef MEDIACLIENTVIDEOTRACE_H_ |
19 #define MEDIACLIENTVIDEOTRACE_H_ |
19 #define MEDIACLIENTVIDEOTRACE_H_ |
20 |
20 |
21 #ifdef __ENABLE_MEDIA_CLIENT_VIDEO_TRACE__ |
21 #ifdef _DEBUG |
22 |
22 |
23 #include <e32debug.h> |
23 #include <e32debug.h> |
24 |
24 |
25 #define DEBUG_PRINTF(a) RDebug::Printf(a) |
25 #define DEBUG_PRINTF(a) RDebug::Printf(a) |
26 #define DEBUG_PRINTF2(a,b) RDebug::Printf(a,b) |
26 #define DEBUG_PRINTF2(a,b) RDebug::Printf(a,b) |
27 #define DEBUG_PRINTF3(a,b,c) RDebug::Printf(a,b,c) |
27 #define DEBUG_PRINTF3(a,b,c) RDebug::Printf(a,b,c) |
28 #define DEBUG_PRINTF4(a,b,c,d) RDebug::Printf(a,b,c,d) |
28 #define DEBUG_PRINTF4(a,b,c,d) RDebug::Printf(a,b,c,d) |
29 #define DEBUG_PRINTF5(a, b, c, d, e) RDebug::Printf(a,b,c,d,e) |
29 #define DEBUG_PRINTF5(a, b, c, d, e) RDebug::Printf(a,b,c,d,e) |
30 |
30 |
31 #else // __ENABLE_MEDIA_CLIENT_VIDEO_TRACE__ |
31 #else // _DEBUG |
32 |
32 |
33 #define DEBUG_PRINTF(a) |
33 #define DEBUG_PRINTF(a) |
34 #define DEBUG_PRINTF2(a, b) |
34 #define DEBUG_PRINTF2(a, b) |
35 #define DEBUG_PRINTF3(a, b, c) |
35 #define DEBUG_PRINTF3(a, b, c) |
36 #define DEBUG_PRINTF4(a, b, c, d) |
36 #define DEBUG_PRINTF4(a, b, c, d) |
37 #define DEBUG_PRINTF5(a, b, c, d, e) |
37 #define DEBUG_PRINTF5(a, b, c, d, e) |
38 |
38 |
39 #endif // __ENABLE_MEDIA_CLIENT_VIDEO_TRACE__ |
39 #endif // _DEBUG |
40 |
40 |
41 #endif // MEDIACLIENTVIDEOTRACE_H_ |
41 #endif // MEDIACLIENTVIDEOTRACE_H_ |