From ec932860bb6abb86e05e64935568c3678ca9b878 Mon Sep 17 00:00:00 2001 From: Vyacheslav Frolov Date: Tue, 29 Mar 2022 11:34:20 +0200 Subject: 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. --- docs/idevicecrashreport.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 -- cgit v1.1-32-gdbae