Merge "Remove Windows-specific code from Trace.h" into main
This commit is contained in:
commit
aad52527fd
1 changed files with 0 additions and 9 deletions
|
|
@ -17,13 +17,6 @@
|
|||
#ifndef ANDROID_TRACE_H
|
||||
#define ANDROID_TRACE_H
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
||||
#define ATRACE_NAME(...)
|
||||
#define ATRACE_CALL()
|
||||
|
||||
#else // !_WIN32
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <cutils/trace.h>
|
||||
|
|
@ -56,6 +49,4 @@ private:
|
|||
|
||||
} // namespace android
|
||||
|
||||
#endif // _WIN32
|
||||
|
||||
#endif // ANDROID_TRACE_H
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue