Go to the documentation of this file.
18 #ifndef ION_PORT_TRACE_H_
19 #define ION_PORT_TRACE_H_
24 #if defined(ION_PLATFORM_ANDROID)
27 #define ION_ATRACE_CALL()
28 #define ION_ATRACE_NAME(name)
29 #define ION_ATRACE_INT(name, value)
30 #define ION_ATRACE_ENABLED() false
33 #endif // ION_PORT_TRACE_H_