发帖
充值
 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
2 0

3.8.3无障碍版中tap和gesture都导致内存不断上涨

懒人BUG&建议专区 6700 2 2022-6-4 12:48:23
测试代码:
clickPoint = function(x, y)
  local gesture = Gesture:new()
  local path = Path:new()
  path:setStartTime(0)
  path:setDurTime(1)
  path:addPoint(x, y)
  gesture:addPath(path)
  gesture:dispatch()
end

while true do
    --clickPoint(500,100)
    tap(500,100)
    sleep(100)
    collectgarbage("collect")
end

监测方法:
adb shell
watch -n 3 'ps|grep nx'

使用道具 举报

2022-7-12 13:17:51
本帖最后由 firhb 于 2022-7-12 13:19 编辑

,,,,,,,,,,,,
2022-7-13 17:44:24
aw
您需要登录后才可以回帖 立即登录
高级模式
返回
懒人BUG&建议专区