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

Commit c415d00f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add tracing tags to vibrator"

parents f1e55f7a 3b5aebb0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -72,7 +72,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_DATABASE         (1<<20)
#define ATRACE_TAG_NETWORK          (1<<21)
#define ATRACE_TAG_ADB              (1<<22)
#define ATRACE_TAG_LAST             ATRACE_TAG_ADB
#define ATRACE_TAG_VIBRATOR         (1<<23)
#define ATRACE_TAG_LAST             ATRACE_TAG_VIBRATOR

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