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

Skip to content
Snippets Groups Projects
Commit da4c1d14 authored by Stephen Hines's avatar Stephen Hines Committed by Android (Google) Code Review
Browse files

Merge "Set ATRACE_ENABLE() to '0' if not availble"

parents 755ced80 9ede3323
Branches
Tags
No related merge requests found
...@@ -263,7 +263,7 @@ static inline void atrace_int(uint64_t tag, const char* name, int32_t value) ...@@ -263,7 +263,7 @@ static inline void atrace_int(uint64_t tag, const char* name, int32_t value)
#define ATRACE_INIT() #define ATRACE_INIT()
#define ATRACE_GET_ENABLED_TAGS() #define ATRACE_GET_ENABLED_TAGS()
#define ATRACE_ENABLED() #define ATRACE_ENABLED() 0
#define ATRACE_BEGIN(name) #define ATRACE_BEGIN(name)
#define ATRACE_END() #define ATRACE_END()
#define ATRACE_ASYNC_BEGIN(name, cookie) #define ATRACE_ASYNC_BEGIN(name, cookie)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment