长时间测试(7个小时),大概截图3小时后不再进行截图。手机内存还有很多剩余,请问是什么原因?
hjtester opened this issue · 0 comments
hjtester commented
截图配置:
max.takeScreenshot = true
max.takeScreenshotForEveryStep = true
max.saveGUITreeToXmlEveryStep =true
max.randomPickFromStringList = true
执行命令中throttle=600
adb_command = (
'adb -s {} shell CLASSPATH=/sdcard/monkeyq.jar:/sdcard/framework.jar:/sdcard/fastbot-thirdpart.jar exec app_process /system/bin com.android.commands.monkey.Monkey -p {} --agent reuseq --act-blacklist-file /sdcard/abl.strings --running-minutes {} --throttle 600 -v -v --output-directory /sdcard/fastbot_screenshot -v utf8 >> ' + logcat_path).format(
device_id, app_package, operation_time_min)