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

Commit 1221a9c1 authored by Nikita Ioffe's avatar Nikita Ioffe Committed by Android (Google) Code Review
Browse files

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

parents a1560ada 840bb77d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1617,6 +1617,7 @@ public final class SystemServiceRegistry {
                case Context.INCREMENTAL_SERVICE:
                case Context.ETHERNET_SERVICE:
                case Context.CONTEXTHUB_SERVICE:
                case Context.VIRTUALIZATION_SERVICE:
                    return null;
            }
            Slog.wtf(TAG, "Manager wrapper not available: " + name);