Merge "Add webview tracing bit"

This commit is contained in:
Chris Craik 2012-04-17 10:04:42 -07:00 committed by Android (Google) Code Review
commit 4851e21d2a

View File

@ -45,7 +45,8 @@
#define ATRACE_TAG_GRAPHICS (1<<1)
#define ATRACE_TAG_INPUT (1<<2)
#define ATRACE_TAG_VIEW (1<<3)
#define ATRACE_TAG_LAST ATRACE_TAG_VIEW
#define ATRACE_TAG_WEBVIEW (1<<4)
#define ATRACE_TAG_LAST ATRACE_TAG_WEBVIEW
#define ATRACE_TAG_VALID_MASK ((ATRACE_TAG_LAST - 1) | ATRACE_TAG_LAST)