@@ -28,6 +28,7 @@ Fleet's standard query library includes a growing collection of useful queries f
|
||||
- [Get mounts](./get-mounts.md) (macOS, Linux)
|
||||
- [Get startup items](./get-startup-items.md) (macOS, Linux, Windows, FreeBSD)
|
||||
- [Get system uptime](./get-system-uptime.md) (macOS, Linux, Windows, FreeBSD)
|
||||
- [Get system crashes](./get-system-crashes.md) (macOS)
|
||||
|
||||
### Contributors
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
# Get system crashes
|
||||
|
||||
Retrieve application, system, and mobile app crash logs.
|
||||
|
||||
### Support
|
||||
macOS
|
||||
|
||||
### Query
|
||||
```sql
|
||||
SELECT uid, datetime, responsible, exception_type, identifier, version, crash_path FROM users CROSS JOIN crashes USING (uid);
|
||||
```
|
||||
### Purpose
|
||||
Informational
|
||||
|
||||
### Remediation
|
||||
N/A
|
||||
Reference in New Issue
Block a user