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

Commit d7b28467 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

disable AvalancheController.debug for sure

Change-Id: Ia54c4b14d50ab35bf18df7b4736e1d79a6693b7f
Flag: EXEMPT bugfix
Test: presubmit
Bug: 396114380
parent 124c7176
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 = false // Compile.IS_DEBUG && Log.isLoggable(tag, Log.DEBUG)
    var baseEntryMapStr: () -> String = { "baseEntryMapStr not initialized" }

    var enableAtRuntime = true