libutils: add a tracing tag for video

Change-Id: Icbecc7184844e95ee81a558b0a54d5513d5cf59f
This commit is contained in:
Jamie Gennis 2012-05-11 04:42:59 -07:00
parent f15a83f581
commit b194ec926b
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@
#define ATRACE_TAG_ACTIVITY_MANAGER (1<<6)
#define ATRACE_TAG_SYNC_MANAGER (1<<7)
#define ATRACE_TAG_AUDIO (1<<8)
#define ATRACE_TAG_LAST ATRACE_TAG_AUDIO
#define ATRACE_TAG_VIDEO (1<<9)
#define ATRACE_TAG_LAST ATRACE_TAG_VIDEO
#define ATRACE_TAG_VALID_MASK ((ATRACE_TAG_LAST - 1) | ATRACE_TAG_LAST)