Merge "Add systrace tag for system property" am: 59ca901218
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1404427 Change-Id: I983e217ec9c608b53fd0bf1489c70e156f55f361
This commit is contained in:
commit
6263c29cb1
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ __BEGIN_DECLS
|
|||
#define ATRACE_TAG_AIDL (1<<24)
|
||||
#define ATRACE_TAG_NNAPI (1<<25)
|
||||
#define ATRACE_TAG_RRO (1<<26)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_RRO
|
||||
#define ATRACE_TAG_SYSPROP (1<<27)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_SYSPROP
|
||||
|
||||
// Reserved for initialization.
|
||||
#define ATRACE_TAG_NOT_READY (1ULL<<63)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue