Legoless / Alpha

Next generation debugging framework for iOS
https://github.com/Legoless/Alpha
MIT License
731 stars 45 forks source link

System log messages no longer displayed on iOS 10 Device #66

Open coderyi opened 7 years ago

Legoless commented 7 years ago

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?