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

Commit 4b16ec2a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Sat] Fix debug log with actual information" into main

parents 26339c7a c3497327
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -94,7 +94,8 @@ sealed interface SignalIconModel : Diffable<SignalIconModel> {
        }

        override fun logFully(row: TableRowLogger) {
            row.logChange("numLevels", "HELLO")
            // Satellite icon has only 3 levels, unchanging
            row.logChange(COL_NUM_LEVELS, "3")
            row.logChange(COL_TYPE, "s")
            row.logChange(COL_LEVEL, level)
        }