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

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

Revert "Always log dropped HUNs in debug mode"

This reverts commit 22155fcb.

Reason for revert: b/394734085

Change-Id: Ia511f6a835a8664a9eaa1a413eea872b5eca0bc6
parent 22155fcb
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