View Source ExMobileDevice.CrashReporter (exmobiledevice v0.2.23)

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

clear_crash_reports(udid)

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

Clear crash reports from the specified device.

copy_crash_reports(udid, target_dir)

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

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