Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MonkeyRunner 运行时会弹出“强制关闭”或“ANR”。MonkeyRunner 如何获得“强制关闭”或“ANR”错误并停止脚本。非常感谢你。
如果你打开了 monekyrunner,你需要使用 ctrl+d 来停止它。如果您使用的是脚本,那么您需要使用sys.exit(1). (你需要导入 sys)
sys.exit(1)
要查看是否强制关闭,您需要使用 subprocess 来创建一个子进程来监视日志是否强制关闭。