mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
Signed-off-by: m00512953 <mingxihua@huawei.com>
This commit is contained in:
@@ -120,7 +120,7 @@ private:
|
||||
NativeValue* StartTimeoutOrInterval(NativeEngine* engine, NativeCallbackInfo* info, bool isInterval)
|
||||
{
|
||||
if (engine == nullptr || info == nullptr) {
|
||||
HILOG_ERROR("Start timeout or interval failed with engine or callback info is nullptr.");
|
||||
HILOG_ERROR("StartTimeoutOrInterval, engine or callback info is nullptr.");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user