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

Commit 22d7bb5b authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Revert "Always log dropped HUNs in debug mode"" into main

parents c3fcccec 332344f6
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
    private val debug = Compile.IS_DEBUG && Log.isLoggable(tag, Log.DEBUG)
    var baseEntryMapStr: () -> String = { "baseEntryMapStr not initialized" }

    var enableAtRuntime = true