Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
trace.h
Go to the documentation of this file.
1 
18 #ifndef ION_PORT_TRACE_H_
19 #define ION_PORT_TRACE_H_
20 
23 
24 #if defined(ION_PLATFORM_ANDROID)
25  #include "ion/port/android/trace.h"
26 #else
27  #define ION_ATRACE_CALL()
28  #define ION_ATRACE_NAME(name)
29  #define ION_ATRACE_INT(name, value)
30  #define ION_ATRACE_ENABLED() false
31 #endif
32 
33 #endif // ION_PORT_TRACE_H_