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

Commit f2b8913c authored by Alexey Kuzmin's avatar Alexey Kuzmin Committed by android-build-merger
Browse files

Merge "Add tracing tags to vibrator" am: c415d00f

am: 0f71d5fe

Change-Id: Ifdaba4c1a0cf4eef02b4cd611ecab9668dbf2f6b
parents 0b9aed7b 0f71d5fe
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)