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

Commit 634c15d3 authored by Nikita Ioffe's avatar Nikita Ioffe Committed by Gerrit Code Review
Browse files

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

parents 93dae4bc 2ac8a1a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);