Merge "Don't WTF if getSystemService(VIRTUALIZATION_SERVICE) returns null"

This commit is contained in:
Nikita Ioffe
2022-12-02 11:34:29 +00:00
committed by Gerrit Code Review

View File

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