system/corennnnn
Revision | d8ce1bf1ece0a8d7d6eb663763e0e74301628b72 (tree) |
---|---|
Zeit | 2016-09-08 09:34:19 |
Autor | TreeHugger Robot <treehugger-gerrit@goog...> |
Commiter | Android (Google) Code Review |
Merge "Added a NETWORK trace tag." into nyc-mr1-dev
@@ -70,7 +70,8 @@ __BEGIN_DECLS | ||
70 | 70 | #define ATRACE_TAG_PACKAGE_MANAGER (1<<18) |
71 | 71 | #define ATRACE_TAG_SYSTEM_SERVER (1<<19) |
72 | 72 | #define ATRACE_TAG_DATABASE (1<<20) |
73 | -#define ATRACE_TAG_LAST ATRACE_TAG_DATABASE | |
73 | +#define ATRACE_TAG_NETWORK (1<<21) | |
74 | +#define ATRACE_TAG_LAST ATRACE_TAG_NETWORK | |
74 | 75 | |
75 | 76 | // Reserved for initialization. |
76 | 77 | #define ATRACE_TAG_NOT_READY (1ULL<<63) |