Skip to content

Commit

Permalink
libutils: add a tracing tag for video
Browse files Browse the repository at this point in the history
Change-Id: Icbecc7184844e95ee81a558b0a54d5513d5cf59f
  • Loading branch information
Jamie Gennis committed May 11, 2012
1 parent f15a83f commit b194ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/utils/Trace.h
Expand Up @@ -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)

Expand Down

0 comments on commit b194ec9

Please sign in to comment.