Merge "Add tracing tags to vibrator"
This commit is contained in:
commit
c415d00fbe
1 changed files with 2 additions and 1 deletions
|
|
@ -72,7 +72,8 @@ __BEGIN_DECLS
|
||||||
#define ATRACE_TAG_DATABASE (1<<20)
|
#define ATRACE_TAG_DATABASE (1<<20)
|
||||||
#define ATRACE_TAG_NETWORK (1<<21)
|
#define ATRACE_TAG_NETWORK (1<<21)
|
||||||
#define ATRACE_TAG_ADB (1<<22)
|
#define ATRACE_TAG_ADB (1<<22)
|
||||||
#define ATRACE_TAG_LAST ATRACE_TAG_ADB
|
#define ATRACE_TAG_VIBRATOR (1<<23)
|
||||||
|
#define ATRACE_TAG_LAST ATRACE_TAG_VIBRATOR
|
||||||
|
|
||||||
// Reserved for initialization.
|
// Reserved for initialization.
|
||||||
#define ATRACE_TAG_NOT_READY (1ULL<<63)
|
#define ATRACE_TAG_NOT_READY (1ULL<<63)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue