Merge "Skip WTF log for missing CONTEXTHUB_SERVICE"

This commit is contained in:
Rocky Fang
2022-07-18 16:09:58 +00:00
committed by Android (Google) Code Review

View File

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