-e, --extract extract raw crash report into separate '.crash' file
-k, --keep copy but do not remove crash reports from device
保存到本地文件夹中,需要先手动创建
-d, --debug enable communication debugging
-u, --udid UDID target specific device by its 40-digit device UDID
设备的 udid
-h, --help prints usage information
idevicecrashreport -u 25228488f97b79c515ab32a2792b83e24ee022de -e -k /Users/xinxi/Desktop/crashnew
在本地文件夹中导出手机所有的 crash 日志,没有过滤自定包名的功能
通过修改源码可以增加 grep 功能,导出自定包名的 crash 日志
https://github.com/xinxi1990/Mylibimobiledevice
idevicecrashreport -u 25228488f97b79c515ab32a2792b83e24ee022de -e
-g Luo**FM -k /Users/xinxi/Desktop/crashnew