summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lyn <lynhan@google.com> 2023-12-04 22:09:12 +0000
committer Lyn <lynhan@google.com> 2023-12-04 22:13:11 +0000
commitbb5065d92c46e75481a5fe0aaefcceedc60ead43 (patch)
treef3d610422889656ac3a967f6e0ecb742c9f19fa5
parente4387bfe1e58286e8f535836152352a74403f271 (diff)
StackStateLogger: fix log for HUN appear
Fixes: 314831420 Test: adb shell cmd statusbar echo -b NotifHeadsUpLog:info Change-Id: Ia657691c3dc72b0c910fa4692bc096f02e9f9976
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/StackStateLogger.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/StackStateLogger.kt b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/StackStateLogger.kt
index d635f8938491..bf0c823cceab 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/StackStateLogger.kt
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/StackStateLogger.kt
@@ -29,7 +29,7 @@ constructor(
TAG,
LogLevel.ERROR,
{ str1 = logKey(key) },
- { "Heads up view disappearing $str1 for ANIMATION_TYPE_ADD" }
+ { "Heads up view appearing $str1 for ANIMATION_TYPE_ADD" }
)
}