commit | 4851e21d2ae4bbb2cdb0873c0e91e8e0bf7a81a8 | [log] [tgz] |
---|---|---|
author | Chris Craik <ccraik@google.com> | Tue Apr 17 10:04:42 2012 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Apr 17 10:04:42 2012 -0700 |
tree | ea5058c8d21c2c22f3b7877b9a828242564decf1 | |
parent | 3aecbb0715cb6928e0530ff1e4caa9c0993cc371 [diff] | |
parent | 6acafadea0ef48acff794d12f5a64a81bcd7ef7c [diff] |
Merge "Add webview tracing bit"
diff --git a/include/utils/Trace.h b/include/utils/Trace.h index a2429c0..637c146 100644 --- a/include/utils/Trace.h +++ b/include/utils/Trace.h
@@ -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)