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

Commit 08c96904 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 am: 0f4ed93e

parents 71fea705 0f4ed93e
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