Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 715f4634 authored by Yasuhiro Matsuda's avatar Yasuhiro Matsuda
Browse files

Add a tag for tracing system server.

This change is needed for
https://android-review.googlesource.com/#/c/157562/

BUG: 21739901
Change-Id: Ia6b9414de82c210f3d7a275d21b8cd00bd19dcdf
parent e1101677
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -68,7 +68,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_BIONIC           (1<<16)
#define ATRACE_TAG_POWER            (1<<17)
#define ATRACE_TAG_PACKAGE_MANAGER  (1<<18)
#define ATRACE_TAG_LAST             ATRACE_TAG_PACKAGE_MANAGER
#define ATRACE_TAG_SYSTEM_SERVER    (1<<19)
#define ATRACE_TAG_LAST             ATRACE_TAG_SYSTEM_SERVER

// Reserved for initialization.
#define ATRACE_TAG_NOT_READY        (1LL<<63)