View Source ExMobileDevice.CrashReporter (exmobiledevice v0.2.19)

Copy and clear crash logs from a device.

Summary

Functions

Clear crash reports from the specified device.

Copy crash reports from the specified device to the target directory.

Functions

Link to this function

clear_crash_reports(udid)

View Source
@spec clear_crash_reports(String.t()) :: :ok | {:error, any()}

Clear crash reports from the specified device.

Link to this function

copy_crash_reports(udid, target_dir)

View Source
@spec copy_crash_reports(String.t(), Path.t()) :: :ok | {:error, any()}

Copy crash reports from the specified device to the target directory.