Merge "Do not send WTF when ETHERNET_SERVICE"

This commit is contained in:
Treehugger Robot
2020-10-14 00:26:36 +00:00
committed by Gerrit Code Review

View File

@@ -1386,6 +1386,7 @@ public final class SystemServiceRegistry {
case Context.CONTENT_CAPTURE_MANAGER_SERVICE: case Context.CONTENT_CAPTURE_MANAGER_SERVICE:
case Context.APP_PREDICTION_SERVICE: case Context.APP_PREDICTION_SERVICE:
case Context.INCREMENTAL_SERVICE: case Context.INCREMENTAL_SERVICE:
case Context.ETHERNET_SERVICE:
return null; return null;
} }
Slog.wtf(TAG, "Manager wrapper not available: " + name); Slog.wtf(TAG, "Manager wrapper not available: " + name);