打开 xcode -> Window -> Devices -> select you device -> View Device Logs,即可查看或导出当前设备的 crash 日志
idevicecrashreport -e -u udid your folder
打开 xcode 工程目录 -> Product -> Profile -> select one template -> start record,即可看到相关的性能数据
-t 指定模板,可通过 instruments -s 获得,或者通过:1. 打开 xcode 工程目录 -> Product -> Profile,来查看
-w 指定设备,即 udid,可通过 instruments -s 或 idevice_id -l 获得
-l 时间,单位:ms
application app 的包名,
例:
instruments -t “Leaks” -w 0cxxxxxxxxxxxxxx -l 6000 com.carl.Hello