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

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

Merge "[SB][Chips] Include chip key in logs." into main

parents e3a095e1 a6d14569
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -102,7 +102,7 @@ sealed class OngoingActivityChipModel {
        }
        }


        override val logName: String
        override val logName: String
            get() = "Active.${content.logName}"
            get() = "Active(key=$key).${content.logName}"
    }
    }


    /** The content shown in the chip next to the icon. */
    /** The content shown in the chip next to the icon. */