mirror of
https://github.com/openharmony/ace_engine_lite.git
synced 2026-07-19 21:33:33 -04:00
Description: regulate code and copyright headers
IssueNo: https://gitee.com/openharmony/ace_engine_lite/issues/I4XQL1 Feature or Bugfix: Bugfix Binary Source:No Signed-off-by: liuyuxiang <liuyuxiang7@huawei.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
@@ -124,8 +124,7 @@ void AceMemProc::JerryMemTracing()
|
||||
return;
|
||||
}
|
||||
|
||||
FILE *fp = nullptr;
|
||||
fp = fopen(MEM_LOG_FILE_PATH, "a+");
|
||||
FILE *fp = fopen(MEM_LOG_FILE_PATH, "a+");
|
||||
if (fp == nullptr) {
|
||||
HILOG_ERROR(HILOG_MODULE_ACE, "Get file error");
|
||||
return;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2020 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2020-2021 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
|
||||
Reference in New Issue
Block a user