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

Commit da2535c0 authored by Mika Raento's avatar Mika Raento Committed by Gerrit Code Review
Browse files

Merge "Systrace support for NNAPI"

parents efbbe612 2c2e3e89
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -74,7 +74,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_ADB              (1<<22)
#define ATRACE_TAG_VIBRATOR         (1<<23)
#define ATRACE_TAG_AIDL             (1<<24)
#define ATRACE_TAG_LAST             ATRACE_TAG_AIDL
#define ATRACE_TAG_NNAPI            (1<<25)
#define ATRACE_TAG_LAST             ATRACE_TAG_NNAPI

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