Loading media/java/android/media/MediaRouter.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -276,6 +276,7 @@ public class MediaRouter { Log.w(TAG, "selectRoute ignored; cannot select route with supported types " + Log.w(TAG, "selectRoute ignored; cannot select route with supported types " + typesToString(route.getSupportedTypes()) + " into route types " + typesToString(route.getSupportedTypes()) + " into route types " + typesToString(types)); typesToString(types)); return; } } if (sStatic.mSelectedRoute != null) { if (sStatic.mSelectedRoute != null) { Loading Loading
media/java/android/media/MediaRouter.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -276,6 +276,7 @@ public class MediaRouter { Log.w(TAG, "selectRoute ignored; cannot select route with supported types " + Log.w(TAG, "selectRoute ignored; cannot select route with supported types " + typesToString(route.getSupportedTypes()) + " into route types " + typesToString(route.getSupportedTypes()) + " into route types " + typesToString(types)); typesToString(types)); return; } } if (sStatic.mSelectedRoute != null) { if (sStatic.mSelectedRoute != null) { Loading