mirror of
https://gitee.com/openharmony/advertising_oaid
synced 2024-11-23 15:59:59 +00:00
Description: 日志优化
Feature or Bugfix: Bugfix Binary Source:No Signed-off-by:dzq<dongziqian2@huawei.com>
This commit is contained in:
parent
8a9ba1386d
commit
18312b3179
@ -47,7 +47,7 @@ bool OAIDFileOperator::OpenAndReadFile(const std::string &fileName, std::string
|
||||
inStream.seekg(0, std::ios::beg);
|
||||
inStream.read(&destContent[0], destContent.size());
|
||||
inStream.close();
|
||||
OAID_HILOGE(OAID_MODULE_COMMON, "OpenAndReadFile success, content = %{public}s", destContent.c_str());
|
||||
OAID_HILOGE(OAID_MODULE_COMMON, "OpenAndReadFile success");
|
||||
return true;
|
||||
}
|
||||
OAID_HILOGE(OAID_MODULE_COMMON, "OpenAndReadFile failed");
|
||||
|
Loading…
Reference in New Issue
Block a user