mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
724278bd17
* query-library-crashes Daily addition to the query library. * name change changed the name to "Get crashes". * Resolving conflicts in filenames Resolving conflicts in filenames and deleting old version.
285 B
285 B
Get crashes
Retrieve application, system, and mobile app crash logs.
Support
macOS
Query
SELECT uid, datetime, responsible, exception_type, identifier, version, crash_path FROM users CROSS JOIN crashes USING (uid);
Purpose
Informational
Remediation
N/A