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

Commit 857e32dc authored by Bishoy Gendy's avatar Bishoy Gendy
Browse files

Add type and isSystem to MediaRoute2Info toString()

Bug: 205124386
Change-Id: I34a1e8fb74a6816daea3aaaa2a9c8678a1e02dc1
Test: m
parent ff17547e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -943,6 +943,10 @@ public final class MediaRoute2Info implements Parcelable {
                        .append(getId())
                        .append(", name=")
                        .append(getName())
                        .append(", type=")
                        .append(getDeviceTypeString(getType()))
                        .append(", isSystem=")
                        .append(isSystemRoute())
                        .append(", features=")
                        .append(getFeatures())
                        .append(", iconUri=")