HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

idevicecrashreport — Retrieve crash reports from an iOS device. More information: <https://manned.org/idevicecrashreport>

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandiosfromretrievereportscliidevicecrashreportcrash

Problem

How to use the idevicecrashreport command: Retrieve crash reports from an iOS device. More information: <https://manned.org/idevicecrashreport>.

Solution

idevicecrashreport — Retrieve crash reports from an iOS device. More information: <https://manned.org/idevicecrashreport>.

Retrieve crash reports and move them to a specified directory:
idevicecrashreport {{path/to/directory}}


Retrieve crash reports without removing them from the device:
idevicecrashreport --keep {{path/to/directory}}


Extract crash reports into separate .crash files:
idevicecrashreport --extract {{path/to/directory}}

Code Snippets

Retrieve crash reports and move them to a specified directory

idevicecrashreport {{path/to/directory}}

Retrieve crash reports without removing them from the device

idevicecrashreport --keep {{path/to/directory}}

Extract crash reports into separate `.crash` files

idevicecrashreport --extract {{path/to/directory}}

Context

tldr-pages: common/idevicecrashreport

Revisions (0)

No revisions yet.