summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVyacheslav Frolov <frolov78@gmail.com>2022-03-29 11:34:20 +0200
committerNikias Bassen <nikias@gmx.li>2022-03-29 11:34:20 +0200
commitec932860bb6abb86e05e64935568c3678ca9b878 (patch)
treed7784753fb3f608c54ebf9b128aec74742791131 /docs
parentfd0619fefb5f03de5378f3a39da17ecec7c6b772 (diff)
downloadlibimobiledevice-ec932860bb6abb86e05e64935568c3678ca9b878.tar.gz
idevicecrashreport: Allow filtering crash reports by filename
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/idevicecrashreport.13
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/idevicecrashreport.1 b/docs/idevicecrashreport.1
index aba806a..6acd6e9 100644
--- a/docs/idevicecrashreport.1
+++ b/docs/idevicecrashreport.1
@@ -30,6 +30,9 @@ copy but do not remove crash reports from device.
.B \-d, \-\-debug
enable communication debugging.
.TP
+.B \-f, \-\-filter NAME
+filter crash reports by NAME (case sensitive)
+.TP
.B \-h, \-\-help
prints usage information.
.TP