冷启动耗时优化/截图采集次数修改

Signed-off-by: frank-huangran <frank.huangran@huawei.com>
This commit is contained in:
frank-huangran 2024-09-26 15:47:56 +08:00
parent a1a0cad943
commit 6d9902ca25

View File

@ -33,7 +33,6 @@ using namespace OHOS::Rosen;
std::map<std::string, std::string> Capture::ItemData()
{
std::map<std::string, std::string> result;
int two = 2;
const int two = 2;
const int modResult = callNum % two;
callNum++;