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

Commit 80dce012 authored by Martijn Coenen's avatar Martijn Coenen Committed by Gerrit Code Review
Browse files

Merge "Add new trace tag for AIDL."

parents f78ff013 24426e96
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -73,7 +73,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_NETWORK          (1<<21)
#define ATRACE_TAG_ADB              (1<<22)
#define ATRACE_TAG_VIBRATOR         (1<<23)
#define ATRACE_TAG_LAST             ATRACE_TAG_VIBRATOR
#define ATRACE_TAG_AIDL             (1<<24)
#define ATRACE_TAG_LAST             ATRACE_TAG_AIDL

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