Legoless/Alpha

System log messages no longer displayed on iOS 10 Device

coderyi opened this issue · 1 comments

System log messages no longer displayed on iOS 10 Device

This is because of the new Unified Logging System. I currently see no direct way to retrieve the new logs using the public API: https://developer.apple.com/reference/os/1891852-logging
Since logs are stored with multiple levels, some in memory, some in files. I will try to write code to read logs from files, but to read it from memory, I see no easy way, but I will look into it more.

For now what I can do is to add some Macros and simple API, that will still put logs into Alpha, but will require code changes.

@coderyi Do you have any idea, if it is possible to read the logs?