Retrieve crash reports from iOS | idevicecrashreport
·
110 words
·
1 minute read
idevicecrashreport is a command-line program to retrieve crash reports from an iOS device such as iPhone or iPad.
Retrieve crash reports and move them to a specified directory:
idevicecrashreport path/to/directory
Retrieve crash reports without removing them from the device:
idevicecrashreport --keep path/to/directory
Extract crash reports into separate .crash
files:
idevicecrashreport --extract path/to/directory
More information: https://manned.org/idevicecrashreport .
I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .