Set ATRACE_ENABLE() to '0' if not availble
Change-Id: Iec61d275cd7b2be65f828c282f97cc59adf4cc0b
This commit is contained in:
parent
406c3bb885
commit
9ede33233f
|
@ -263,7 +263,7 @@ static inline void atrace_int(uint64_t tag, const char* name, int32_t value)
|
|||
|
||||
#define ATRACE_INIT()
|
||||
#define ATRACE_GET_ENABLED_TAGS()
|
||||
#define ATRACE_ENABLED()
|
||||
#define ATRACE_ENABLED() 0
|
||||
#define ATRACE_BEGIN(name)
|
||||
#define ATRACE_END()
|
||||
#define ATRACE_ASYNC_BEGIN(name, cookie)
|
||||
|
|
Loading…
Reference in New Issue