update interfaces/innerkits/src/background_task_subscriber.cpp.

Signed-off-by: 胡伟 <huwei169@huawei.com>
This commit is contained in:
胡伟 2024-11-15 02:14:09 +00:00 committed by Gitee
parent f9611980ee
commit c53d5e752f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -148,6 +148,7 @@ void BackgroundTaskSubscriber::BackgroundTaskSubscriberImpl::OnContinuousTaskSto
}
void BackgroundTaskSubscriber::BackgroundTaskSubscriberImpl::OnAppContinuousTaskStop(int32_t uid)
__attribute__((no_sanitize("cfi")))
{
subscriber_.OnAppContinuousTaskStop(uid);
}