Add new trace tag for AIDL.
So we can auto-generate tracing code for AIDL interfaces. Bug: 74416314 Test: inspect atrace output Change-Id: I91b14b3b16d8d7a29f531101b14ddf10dbc61a5a Merged-In: I91b14b3b16d8d7a29f531101b14ddf10dbc61a5a
This commit is contained in:
parent
43cb7ea4ed
commit
24426e96a5
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue