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

Commit 1437cc36 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Automerger Merge Worker
Browse files

Merge "Kick off health checks with lock held." into udc-dev am: 52cef828

parents c2f2696d 52cef828
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1341,7 +1341,7 @@ class BroadcastQueueModernImpl extends BroadcastQueue {
        }, ActivityManager.UID_OBSERVER_CACHED, 0, "android");

        // Kick off periodic health checks
        checkHealthLocked();
        mLocalHandler.sendEmptyMessage(MSG_CHECK_HEALTH);
    }

    @Override