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

Commit 785735bd authored by Felipe Leme's avatar Felipe Leme
Browse files

Added a NETWORK trace tag.

BUG: 31281543
Change-Id: I4d7c7fc26c77fec099bbf0f9426e3a9f3a722e6d
parent bc7448af
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -70,7 +70,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_PACKAGE_MANAGER  (1<<18)
#define ATRACE_TAG_SYSTEM_SERVER    (1<<19)
#define ATRACE_TAG_DATABASE         (1<<20)
#define ATRACE_TAG_LAST             ATRACE_TAG_DATABASE
#define ATRACE_TAG_NETWORK          (1<<21)
#define ATRACE_TAG_LAST             ATRACE_TAG_NETWORK

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