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

Commit 83b7c32b authored by Nikolas Havrikov's avatar Nikolas Havrikov
Browse files

Do not start VibratorManagerService on TV

Test: build+flash, wait for launcher, inspect logcat for related errors
Bug: 264411203
Change-Id: I8255557f63c9e5c37481397ead92950b3c37de46
parent c91177c2
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1559,9 +1559,11 @@ public final class SystemServer implements Dumpable {
            mSystemServiceManager.startService(ROLE_SERVICE_CLASS);
            t.traceEnd();

            if (!isTv) {
                t.traceBegin("StartVibratorManagerService");
                mSystemServiceManager.startService(VibratorManagerService.Lifecycle.class);
                t.traceEnd();
            }

            t.traceBegin("StartDynamicSystemService");
            dynamicSystem = new DynamicSystemService(context);