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

Commit 22155fcb authored by Lyn Han's avatar Lyn Han
Browse files

Always log dropped HUNs in debug mode

Remove isLoggable requirement

Change-Id: I1dca3c84d3886de91b6399866aeb9056dd30bbcc
Fixes: 394180386
Test: manual
Flag: com.android.systemui.notification_avalanche_throttle_hun
parent 979f5db7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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