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

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

Merge "Turn off BundleCoordinator debug logging by default" into main

parents aee82061 8698ef7f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -182,8 +182,7 @@ constructor(

    companion object {
        @JvmField val TAG: String = "BundleCoordinator"
        // TODO(b/389839319) set debugBundleUi off by default
        @JvmField var debugBundleUi: Boolean = true
        @JvmField var debugBundleUi: Boolean = false
        @JvmStatic
        fun debugBundleLog(tag: String, stringLambda: () -> String) {
            if (debugBundleUi) {