summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lyn Han <lynhan@google.com> 2025-02-04 16:59:12 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-02-04 16:59:12 -0800
commit86d35557856a5b28132b52bda1192bbe41bb40bb (patch)
tree9d6044c8e9a10c89087a3d48ccd0e962abbdef65
parent73a3e6edcc5a1afe80c599e122e43f49bc810a4f (diff)
parent22155fcb7af3896a302f70495dc2c4706125ee5f (diff)
Merge "Always log dropped HUNs in debug mode" into main
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt b/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt
index ccc2dffcfd7b..de113d365bd8 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt
@@ -49,7 +49,7 @@ constructor(
) : Dumpable {
private val tag = "AvalancheController"
- private val debug = Compile.IS_DEBUG && Log.isLoggable(tag, Log.DEBUG)
+ private val debug = Compile.IS_DEBUG
var baseEntryMapStr: () -> String = { "baseEntryMapStr not initialized" }
var enableAtRuntime = true