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

Commit 51af589f authored by Nikolas Havrikov's avatar Nikolas Havrikov
Browse files

Do not start AppSearchModule on TV

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

        if (!isTv) {
            t.traceBegin("AppSearchModule");
            mSystemServiceManager.startService(APPSEARCH_MODULE_LIFECYCLE_CLASS);
            t.traceEnd();
        }

        if (SystemProperties.getBoolean("ro.config.isolated_compilation_enabled", false)) {
            t.traceBegin("IsolatedCompilationService");