Listening for system level logging

Hi All,

I notice when i have an iOS device connected to XCODE and doing device diagnostics there are system events from springboard, keyboardarbiter, etc... How can my iOS application listen for these events?


I am looking to listen to these events and log them out as part of my application log.


Thanks,
Bret

Replies

There is no general mechanism to read system-level logging events like this. Historically you could do this using ASL but that has fallen by the wayside, for both security and technical reasons.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"