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

Commit c1ee9c7c authored by Rajeev Kumar's avatar Rajeev Kumar Committed by Android (Google) Code Review
Browse files

Merge "Fix crosshatch_svelte never boots."

parents e3212de4 e040d68a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -95,6 +95,12 @@ public class StatsManagerService extends IStatsManagerService.Stub {
                return;
            }
            sStatsd = IStatsd.Stub.asInterface(ServiceManager.getService("stats"));
            if (sStatsd == null) {
                if (DEBUG) {
                    Slog.d(TAG, "Failed to get stats service.");
                }
                return;
            }
            // Assume statsd is ready since this is called form statscompanion, link to statsd.
            try {
                sStatsd.asBinder().linkToDeath((IBinder.DeathRecipient) () -> {