summaryrefslogtreecommitdiffstats
path: root/docs/idevicecrashreport.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/idevicecrashreport.1')
-rw-r--r--docs/idevicecrashreport.150
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/idevicecrashreport.1 b/docs/idevicecrashreport.1
new file mode 100644
index 0000000..6acd6e9
--- /dev/null
+++ b/docs/idevicecrashreport.1
@@ -0,0 +1,50 @@
1.TH "idevicecrashreport" 1
2.SH NAME
3idevicecrashreport \- Retrieve crash reports from a device.
4.SH SYNOPSIS
5.B idevicecrashreport
6[OPTIONS] DIRECTORY
7
8.SH DESCRIPTION
9
10Simple utility to move crash reports from a device to a local directory.
11
12The utility outputs lines prefixed with either "Link:", "Copy:" or "Move:"
13depending on whether a symlink was created, a file was copied or moved from
14the device to the target DIRECTORY.
15
16.SH OPTIONS
17.TP
18.B \-u, \-\-udid UDID
19target specific device by UDID.
20.TP
21.B \-n, \-\-network
22connect to network device.
23.TP
24.B \-e, \-\-extract
25extract raw crash report into separate '.crash' files.
26.TP
27.B \-k, \-\-keep
28copy but do not remove crash reports from device.
29.TP
30.B \-d, \-\-debug
31enable communication debugging.
32.TP
33.B \-f, \-\-filter NAME
34filter crash reports by NAME (case sensitive)
35.TP
36.B \-h, \-\-help
37prints usage information.
38.TP
39.B \-v, \-\-version
40prints version information.
41
42.SH AUTHOR
43Martin Szulecki
44
45Nikias Bassen
46
47.SH ON THE WEB
48https://libimobiledevice.org
49
50https://github.com/libimobiledevice/libimobiledevice