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

Commit b891092b authored by Shreshta Manu's avatar Shreshta Manu Committed by Gerrit Code Review
Browse files

Revert "[Ranging] Hnadle non-existence of service-ranging.jar gracefully"

This reverts commit 3065a31d.

Reason for revert: b/375264320

Change-Id: I222deb3066579156b69a67bfd7ad999c5121332f
parent 3065a31d
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -2970,13 +2970,8 @@ public final class SystemServer implements Dumpable {
                    || context.getPackageManager().hasSystemFeature(
                            PackageManager.FEATURE_WIFI_RTT)) {
                t.traceBegin("RangingService");
                // TODO: b/375264320 - Remove after RELEASE_RANGING_STACK is ramped to next.
                try {
                mSystemServiceManager.startServiceFromJar(RANGING_SERVICE_CLASS,
                        RANGING_APEX_SERVICE_JAR_PATH);
                } catch (Throwable e) {
                    Slog.d(TAG, "service-ranging.jar not found, not starting RangingService");
                }
                t.traceEnd();
            }
        }