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

Commit 8698ef7f authored by Lyn Han's avatar Lyn Han
Browse files

Turn off BundleCoordinator debug logging by default

Bug: 389839319
Bug: 410104208
Test: presubmit
Flag: com.android.systemui.notification_bundle_ui
Change-Id: Ifc3711e5584785d64f56a8c69fba0c13aac8c84e
parent afbfbaf9
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) {