diff options
author | Vyacheslav Frolov | 2022-03-29 11:34:20 +0200 |
---|---|---|
committer | Nikias Bassen | 2022-03-29 11:34:20 +0200 |
commit | ec932860bb6abb86e05e64935568c3678ca9b878 (patch) | |
tree | d7784753fb3f608c54ebf9b128aec74742791131 /docs | |
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')
-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. .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 |