[IOS]instruments命令列啟動

大搜車-自娛發表於2014-06-20

 

instruments -w "iPhone Retina (3.5-inch) - Simulator - iOS 7.1" -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.bundle/Contents/Resources/Automation.tracetemplate  "/Users/XXXX/Library/Developer/Xcode/DerivedData/AlibabaV5-aprbifprqzzhxzbtxnojsykzaxxd/Build/Products/Debug-iphonesimulator/AlibabaV5.app" -e UIASCRIPT ~/Desktop/first.js  -e UIARESULTSPATH ~/Desktop -v

 

1.當不知道當前機器的裝置名得時候,使用-w 隨便填寫字串回車,就會看見當前機器的裝置列表

2.模板只有2個位置,一個在Application目錄一個在使用者的Library目錄。tree grep或者find就可以找到

3.需要指定啟動哪個應用進行測試,要找到具體的app路徑,從xcode中比較方便

4.-e 大寫變數一定要攜帶 第一個指定js路徑 第二個指定結果路徑 

5.-v 列印日誌

 

以上命令參考王子6號的部落格:http://hi.baidu.com/wangzi6hao/item/6436dd10ffb071a5feded5b7

相關文章