如何在UIautomation ios中创建嵌套日志,例如logElementTree()生成的嵌套日志
我尝试了以下操作:
UIALogger.logStart("Log parent Started");
UIALogger.logStart("Log child Started");
UIALogger.logMessage("Message 1");
UIALogger.logPass("Log child passed");
UIALogger.logPass("Log Parent passed");
但这不是在“仪器”窗口中创建嵌套日志
答案 0 :(得分:3)
这是不可能的。无论出于何种原因,Apple都没有像logElementTree()
那样暴露出嵌套日志输出的能力。每次调用logStart()
都会重新启动日志分组。
在bugreporter.apple.com处提交错误。虽然感觉就像一个黑洞,虫子进入并且没有任何成就,但他们确实使用错误记者确定下一步要修复的内容。