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

Commit 661c2e74 authored by Bryan Mawhinney's avatar Bryan Mawhinney Committed by Android Git Automerger
Browse files

am 33c0a616: Merge "Add text representation of ROUTE_TYPE_LIVE_VIDEO (for...

am 33c0a616: Merge "Add text representation of ROUTE_TYPE_LIVE_VIDEO (for debugging)" into jb-mr1-dev

* commit '33c0a616':
  Add text representation of ROUTE_TYPE_LIVE_VIDEO (for debugging)
parents d5692742 33c0a616
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -239,6 +239,9 @@ public class MediaRouter {
        if ((types & ROUTE_TYPE_LIVE_AUDIO) != 0) {
            result.append("ROUTE_TYPE_LIVE_AUDIO ");
        }
        if ((types & ROUTE_TYPE_LIVE_VIDEO) != 0) {
            result.append("ROUTE_TYPE_LIVE_VIDEO ");
        }
        if ((types & ROUTE_TYPE_USER) != 0) {
            result.append("ROUTE_TYPE_USER ");
        }