diff options
author | 2022-03-29 11:34:20 +0200 | |
---|---|---|
committer | 2022-03-29 11:34:20 +0200 | |
commit | ec932860bb6abb86e05e64935568c3678ca9b878 (patch) | |
tree | d7784753fb3f608c54ebf9b128aec74742791131 /docs/idevicecrashreport.1 | |
parent | fd0619fefb5f03de5378f3a39da17ecec7c6b772 (diff) | |
download | libimobiledevice-ec932860bb6abb86e05e64935568c3678ca9b878.tar.gz libimobiledevice-ec932860bb6abb86e05e64935568c3678ca9b878.tar.bz2 |
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/idevicecrashreport.1')
-rw-r--r-- | docs/idevicecrashreport.1 | 3 |
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. | |||
30 | .B \-d, \-\-debug | 30 | .B \-d, \-\-debug |
31 | enable communication debugging. | 31 | enable communication debugging. |
32 | .TP | 32 | .TP |
33 | .B \-f, \-\-filter NAME | ||
34 | filter crash reports by NAME (case sensitive) | ||
35 | .TP | ||
33 | .B \-h, \-\-help | 36 | .B \-h, \-\-help |
34 | prints usage information. | 37 | prints usage information. |
35 | .TP | 38 | .TP |