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

Commit 8d97d576 authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Add log when transfer is skipped due to missing provider

Flag: NONE Adding a log line which should not affect the observable behavior.
Test: built the tree
Bug: b/339824658
Change-Id: Id8c0485025d08514888e8e9a8e7e9d818b453ac5
parent 26724a4c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2800,6 +2800,10 @@ class MediaRouter2ServiceImpl {
            final String providerId = route.getProviderId();
            final MediaRoute2Provider provider = findProvider(providerId);
            if (provider == null) {
                Slog.w(
                        TAG,
                        "Ignoring transferToRoute due to lack of matching provider for target: "
                                + route);
                return;
            }
            provider.transferToRoute(