diff options
| author | 2025-02-04 16:59:12 -0800 | |
|---|---|---|
| committer | 2025-02-04 16:59:12 -0800 | |
| commit | 86d35557856a5b28132b52bda1192bbe41bb40bb (patch) | |
| tree | 9d6044c8e9a10c89087a3d48ccd0e962abbdef65 | |
| parent | 73a3e6edcc5a1afe80c599e122e43f49bc810a4f (diff) | |
| parent | 22155fcb7af3896a302f70495dc2c4706125ee5f (diff) | |
Merge "Always log dropped HUNs in debug mode" into main
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt | 2 |
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 |