LinuxCommandLibrary

idevicecrashreport

retrieves crash reports from iOS devices

TLDR

Download crash reports

$ idevicecrashreport [output-dir]
copy
Download and delete from device
$ idevicecrashreport -m [output-dir]
copy
Keep reports on device
$ idevicecrashreport -k [output-dir]
copy
Extract specific crash
$ idevicecrashreport -e [crash-name] [output-dir]
copy

SYNOPSIS

idevicecrashreport [options] directory

DESCRIPTION

idevicecrashreport retrieves crash reports from iOS devices. Part of the libimobiledevice suite. Downloads .crash, .ips, and related diagnostic files. Useful for debugging app crashes without iTunes or Xcode.

PARAMETERS

-u udid

Target specific device.
-m
Move (delete after copy).
-k
Keep reports on device.
-e name
Extract specific report.
-n
Connect over network.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community