summaryrefslogtreecommitdiffstats
path: root/docs/idevicecrashreport.1
AgeCommit message (Collapse)AuthorFilesLines
2022-03-29idevicecrashreport: Allow filtering crash reports by filenameGravatar Vyacheslav Frolov1-0/+3
Allows to filter crash reports by filename and copy only matching crash reports. $ idevicecrashreport -u 00008020-001234 --filter MyApplication crash_reports Move: /MyApplication-2019-07-29-164320.ips This allows significantly improve speed of collecting only required crash reports.
2020-06-05docs: Update man pages with new command line switchesGravatar Nikias Bassen1-3/+9
2020-06-04Update project URLs in all man pagesGravatar Martin Szulecki1-1/+3
2018-10-01tools: Remove length check on device UDID arguments to support newer devicesGravatar Nikias Bassen1-1/+1
The 40 characters length check on the device UDID made newer devices unusable with the libimobiledevice tools and was actually redundant since an invalid UDID will always fail to resolve. This commit removes the length check alltogether (but makes sure it is not an empty string "").
2015-01-27docs: Add link to project homepageGravatar Martin Szulecki1-0/+3
2014-03-04docs: Add man page for idevicecrashreport utilityGravatar Martin Szulecki1-0/+36