Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadReports ¶
func DownloadReports(device ios.DeviceEntry, pattern string, targetdir string) error
DownloadReports gets all crashreports based on the provided file pattern and writes them to targetdir. Directories will be recursively added without applying the pattern recursively. pattern can be typical filepattern, if you want all files use "*"
func ListReports ¶
func ListReports(device ios.DeviceEntry, pattern string) ([]string, error)
func RemoveReports ¶
func RemoveReports(device ios.DeviceEntry, cwd string, pattern string) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.