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

Commit 52cef828 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Kick off health checks with lock held." into udc-dev

parents 1fe10e5b 4949a793
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