Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ede3323 authored by Tobias Grosser's avatar Tobias Grosser
Browse files

Set ATRACE_ENABLE() to '0' if not availble

Change-Id: Iec61d275cd7b2be65f828c282f97cc59adf4cc0b
parent 406c3bb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)