mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-27 09:12:41 +00:00
sync code
Signed-off-by: lzr <liuzengrui1@huawei.com> Change-Id: I022951f2401426436e9ad02aeed6e7ec757dda0a
This commit is contained in:
parent
9441bdb59f
commit
bcf2eeba7b
@ -115,7 +115,7 @@ void AceForwardCompatibility::ReclaimFileCache(int32_t pid)
|
||||
LOGE("get invalid pid:%{public}d", pid);
|
||||
return;
|
||||
}
|
||||
std::string path = "/proc" + std::to_string(pid) +"/reclaim";
|
||||
std::string path = "/proc/" + std::to_string(pid) +"/reclaim";
|
||||
std::string content = RECLAIM_FILEPAGE_STRING_FOR_LINUX;
|
||||
#ifdef OHOS_PLATFORM
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user