diff options
| -rw-r--r-- | include/private/performance_hint_private.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/performance_hint_private.h b/include/private/performance_hint_private.h index 8c356d0140..b6821d6e70 100644 --- a/include/private/performance_hint_private.h +++ b/include/private/performance_hint_private.h @@ -83,6 +83,7 @@ enum class SessionTag : int32_t {    HWUI = 2,    GAME = 3,    APP = 4, +  SYSUI = 5,  };  /**  |