Hi all. If I run `SELECT * FROM crashes` against a...
# macos
m
Hi all. If I run
SELECT * FROM crashes
against a machine via Fleet web interface, I get no results, but running
grep "Responsible" /Users/*/Library/Logs/DiagnosticReports/* -s
locally on the machine returns two app crashes from earlier today. Is this expected behaviour? I’m able to get results from other queries, so I know that things work fine otherwise.