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

This commit is contained in:
Jeff Sharkey
2023-03-18 14:18:30 +00:00
committed by Android (Google) Code Review

View File

@@ -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