Is there a manual for the run command in crashlytics framework

梦想的初衷 提交于 2019-12-23 22:31:10

问题


../Crashlytics/Crashlytics.framework/run <key>

is there any parameter which can be used along with key which prints any success or the activities which happens when the run phase of the build gets executed. I was not able to find any documentation on this. ic you can point me any docs link for run command will be very helpful. Thanks.


回答1:


The run command by default is printing out some information already. Specifically, it is printing out the version number of the framework the date/time and it provides a status of the dsym upload. Here is example of what is printing out.

    [exec] 2014-07-02 16:44:27.146 run[62614:507] Crashlytics.framework/run 1.3.8
    [exec] 2014-07-02 16:44:30.025 run[62614:507] 
    [exec] 
    [exec] Crashlytics: AppName.app.dSYM uploaded statusCode 201

This is the output from my hudson job, but if you are doing this directly within xcode this will also be in your build logs (not the debug logs). View them in Xcode by going to View/Navigators-->Report Navigators. You will see the log entries for crashlytics in you latest build log. The line that stararts with crashlytics: is the status.

I am not aware of any other switches for the crashlytics run application.



来源:https://stackoverflow.com/questions/23774547/is-there-a-manual-for-the-run-command-in-crashlytics-framework

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!