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

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

Merge "Log when returning empty system routes list" into main

parents db184519 cee4064e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -251,6 +251,10 @@ class MediaRouter2ServiceImpl {
                        systemRoutes = providerInfo.getRoutes();
                    } else {
                        systemRoutes = Collections.emptyList();
                        Slog.e(
                                TAG,
                                "Returning empty system routes list because "
                                    + "system provider has null providerInfo.");
                    }
                } else {
                    systemRoutes = new ArrayList<>();