Merge "Add new trace tag for AIDL." into pi-dev

This commit is contained in:
Martijn Coenen 2018-03-24 05:58:25 +00:00 committed by Android (Google) Code Review
commit ffeb7ecc3f
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_NETWORK (1<<21)
#define ATRACE_TAG_ADB (1<<22)
#define ATRACE_TAG_VIBRATOR (1<<23)
#define ATRACE_TAG_LAST ATRACE_TAG_VIBRATOR
#define ATRACE_TAG_AIDL (1<<24)
#define ATRACE_TAG_LAST ATRACE_TAG_AIDL
// Reserved for initialization.
#define ATRACE_TAG_NOT_READY (1ULL<<63)