am 24bc41b7: Add new resources trace.

* commit '24bc41b78ca004ac7a6873054ff919da1ba9a6f8':
  Add new resources trace.
This commit is contained in:
Dianne Hackborn 2013-04-12 16:59:37 -07:00 committed by Android Git Automerger
commit c08b50dfc6

View file

@ -64,7 +64,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_CAMERA (1<<10)
#define ATRACE_TAG_HAL (1<<11)
#define ATRACE_TAG_APP (1<<12)
#define ATRACE_TAG_LAST ATRACE_TAG_APP
#define ATRACE_TAG_RESOURCES (1<<13)
#define ATRACE_TAG_LAST ATRACE_TAG_RESOURCES
// Reserved for initialization.
#define ATRACE_TAG_NOT_READY (1LL<<63)