Merge "Do not send WTF when ETHERNET_SERVICE" am: f03005d5e0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1458804

Change-Id: Ib69c8fde2c2a4daca9ee79de4c14381df8364095
This commit is contained in:
Treehugger Robot
2020-10-14 01:02:24 +00:00
committed by Automerger Merge Worker

View File

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